[Feature] Move the "Add Category" button to the "Category" context menu to preserve vertial space #805

Closed
opened 2026-02-28 19:20:33 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @MikesGlitch on GitHub (Dec 8, 2023).

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?

Pitch: what problem are you trying to solve?

Removing the button from below the budget table to the Category menu will preserve vertical space and can prevent users from having to scroll to see their whole budget.

Currently, this is all dead space
image

We have a category menu, and I think it makes sense to add this "Add Category Group" functionality to it.

Describe your ideal solution to this problem

I'd like to see the "Add Group" button moved from here:

image

to be the first item in this menu here:

image

Teaching and learning

No response

Originally created by @MikesGlitch on GitHub (Dec 8, 2023). ### Verified feature request does not already exist? - [X] I have searched and found no existing issue ### 💻 - [X] Would you like to implement this feature? ### Pitch: what problem are you trying to solve? Removing the button from below the budget table to the Category menu will preserve vertical space and can prevent users from having to **scroll** to see their whole budget. Currently, this is all dead space ![image](https://github.com/actualbudget/actual/assets/5285928/a8865ea6-1da5-4648-9ab0-945d495dc39c) We have a category menu, and I think it makes sense to add this "Add Category Group" functionality to it. ### Describe your ideal solution to this problem I'd like to see the "Add Group" button moved from here: ![image](https://github.com/actualbudget/actual/assets/5285928/9265c8e3-1a92-4123-90ab-358fcc4c8acd) to be the first item in this menu here: ![image](https://github.com/actualbudget/actual/assets/5285928/d1d1b3da-3c70-4b3c-95c0-d4c6b5e0cb34) ### Teaching and learning _No response_
GiteaMirror added the needs votesfeature labels 2026-02-28 19:20:33 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Dec 8, 2023):

Thanks for sharing your idea!

This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution).

The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+

Don’t forget to upvote the top comment with 👍!

@github-actions[bot] commented on GitHub (Dec 8, 2023): :sparkles: Thanks for sharing your idea! :sparkles: This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! <!-- feature-auto-close-comment -->
Author
Owner

@youngcw commented on GitHub (Dec 8, 2023):

This would at least be more consistent with the way categories are added

@youngcw commented on GitHub (Dec 8, 2023): This would at least be more consistent with the way categories are added
Author
Owner

@MikesGlitch commented on GitHub (Dec 9, 2023):

I've gone and implemented this, and it looks like this:
desktop

mobile

I'll note here that it didn't actually save any vertical space due to a hard-coded pixel height to separate the income from the budget. I think it could be reduced by about 20px and have enough space, but I haven't done that in the image above. EDIT: I've done it in the PR

Open for feedback - demo link in the PR - https://github.com/actualbudget/actual/pull/2057

@MikesGlitch commented on GitHub (Dec 9, 2023): I've gone and implemented this, and it looks like this: ![desktop](https://github.com/actualbudget/actual/assets/5285928/3e141946-a5b5-4ce4-92ec-8afe2404edce) ![mobile](https://github.com/actualbudget/actual/assets/5285928/2a120b43-5020-4fb2-84a9-49f372b02908) I'll note here that it didn't actually save any vertical space due to a hard-coded pixel height to separate the income from the budget. I think it could be reduced by about 20px and have enough space, but I haven't done that in the image above. EDIT: I've done it in the PR Open for feedback - demo link in the PR - https://github.com/actualbudget/actual/pull/2057
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#805