[GH-ISSUE #2365] [Feature] Show an "undo" notification for each undo action #98344

Closed
opened 2026-05-29 09:34:50 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @skymaiden on GitHub (Feb 17, 2024).
Original GitHub issue: https://github.com/actualbudget/actual/issues/2365

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?
    Yeah maybe

Pitch: what problem are you trying to solve?

When undoing via cmd + z keypress, it can be hard to tell if the action worked because there is no notification – potentially causing users (definitely causing me) to occasionally call the undo command too many times.
It can then be hard to understand exactly what was undone – the app doesn't switch to the screen of the undone action (e.g. undo multiple times on one account might actually be undoing things on another account).

Describe your ideal solution to this problem

  • Show a notification on undo/redo, with a button inside it to reverse that action, e.g.: "Deleted transaction. Undo", "Restored transaction. Undo".
  • Display the relevant screen on undo/redo, to help orient the user.
  • Add proper undo/redo buttons near the top right (could be displayed only on hover if we prefer to avoid the clutter).

Teaching and learning

This feature is really the teaching/learning part of the undo/redo feature.

Originally created by @skymaiden on GitHub (Feb 17, 2024). Original GitHub issue: https://github.com/actualbudget/actual/issues/2365 ### Verified feature request does not already exist? - [X] I have searched and found no existing issue ### 💻 - [ ] Would you like to implement this feature? Yeah maybe ### Pitch: what problem are you trying to solve? When undoing via `cmd` + `z` keypress, it can be hard to tell if the action worked because there is no notification – potentially causing users (definitely causing me) to occasionally call the undo command too many times. It can then be hard to understand exactly what was undone – the app doesn't switch to the screen of the undone action (e.g. undo multiple times on one account might actually be undoing things on another account). ### Describe your ideal solution to this problem - Show a notification on undo/redo, with a button inside it to reverse that action, e.g.: "Deleted transaction. Undo", "Restored transaction. Undo". - Display the relevant screen on undo/redo, to help orient the user. - Add proper undo/redo buttons near the top right (could be displayed only on hover if we prefer to avoid the clutter). ### Teaching and learning This feature is really the teaching/learning part of the undo/redo feature.
GiteaMirror added the featureneeds votes labels 2026-05-29 09:34:51 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 17, 2024):

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 👍!

<!-- gh-comment-id:1950164566 --> @github-actions[bot] commented on GitHub (Feb 17, 2024): :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

@star-szr commented on GitHub (Feb 24, 2024):

This is also important for touch screen devices without a physical keyboard.

<!-- gh-comment-id:1962401830 --> @star-szr commented on GitHub (Feb 24, 2024): This is also important for touch screen devices without a physical keyboard.
Author
Owner

@joel-jeremy commented on GitHub (Aug 13, 2025):

Some mobile undo notifications were introduced on https://actualbudget.org/docs/releases/#24100 and https://actualbudget.org/docs/releases/#2520

<!-- gh-comment-id:3184446660 --> @joel-jeremy commented on GitHub (Aug 13, 2025): Some mobile undo notifications were introduced on https://actualbudget.org/docs/releases/#24100 and https://actualbudget.org/docs/releases/#2520
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#98344