ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

Show confirmation modal when user initiates destructive operations (resource/tag removal) #98

Open melvin4u445 opened 3 years ago

melvin4u445 commented 3 years ago

The delete button deletes files without any confirmation. It's not that difficult to accidentally press and hold the delete button while the user isn't looking at the phone. Should we show a modal instead and ask the user to confirm?

melvin4u445 commented 3 years ago

Agreed with @kirillt that it would make sense to show an "Are you sure you want to delete this" confirmation modal along with a "Don't show again" checkbox for those who prefer the current way.

kirillt commented 3 years ago

Also long-press on tag chip in Gallery mode (removing tag without opening the modal with "pen" button). Maybe we don't really need confirmation for "pen" button itself.