[Feature Request] Undo button to restore accidentally deleted items.
droptile opened this issue · comments
Upon deleting an item, a snackbar flutter widget should appear with a prompt like "Item Deleted" and a button "Undo" which if pressed, will bring back the deleted item. This snackbar should disappear after some time. 5 seconds sounds reasonable to me.
I was aware of that and added a confirmation dialog box in the code, which I will push in a few days. I was also considering making a trash folder/category so that deleted items can be retrieved within 30 days. Any thoughts on it?
A trash/recycle bin folder is a great idea. If you see my request for multiple lists I touch on storing the app data in a simple file structure. Adding a trash folder in that architecture would fit perfectly. Any option that allows the user to undo their mistakes is a great feature in my opinion.
This is the best looking notes app on F-Droid. I will try to work on some features for it in my spare time. I haven't used Dart before but I can probably add some minor features.
thank you so much for the love and support