Allow quickly undoing accidentally marked as done #1702
Reference in New Issue
Block a user
No description provided.
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?
When I accidentally click a checkbox of some task, it is marked as done and the only recourse is finding it in the list and unmarking it again.
It would be nice if the “The task was successfully marked as done.” notification contained an “Undo” button allowing us to quickly revert mistakes.
That sounds like a good idea.
The library we're using for notifications has support for custom markup, we'll probably need to use that and create an "undo" button with callback for callers.
https://github.com/euvl/vue-notification
I've added a button to undo a task to the success notification in
5972476735
.