mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-16 15:14:02 -05:00
[GH-ISSUE #1030] [Feature] Improvment: When clicking "X uncategorized transactions" apply filter in the current view instead of navigating to /uncategorized #26193
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mkalamarz on GitHub (May 13, 2023).
Original GitHub issue: https://github.com/actualbudget/actual/issues/1030
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
Currently, no matter what the user is viewing (a specific account or "All accounts"), after clicking on "X uncategorized transactions" in the top right corner they are moved to the
/uncategorized. This is confirmed to be by design..In my opinion this is an unexpected behavior as when a user works with a single account they would expect to be shown uncategorized transactions in said account, not all of them in a file.
I do understand that the original intention of this feature, as mentioned by @trevdor in my bug report (#905), was:
Describe your ideal solution to this problem
Two things would have to be implemented:
Optionally, the
/uncategorizedpage should be discarded or at least be accessible in another way.Note: first point needs #901 to be solved (for example via implementation of #904).
Teaching and learning
I couldn't find a single place where this feature behavior is described using github search so I guess documenting it for the first time in the Interface Overview (docs url based on github file) would be nice.
@github-actions[bot] commented on GitHub (May 13, 2023):
✨ Thanks for sharing your idea! ✨
This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open. 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 👍!