-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementImprovement requestImprovement requestuxUser Experience improvementUser Experience improvement
Milestone
Description
When the user clicks "Delete…" in a message's actions menu, we do not present a confirmation dialog yet. I wrote "Delete…" to suggest that the action has more steps, which could let the user cancel their action. It is currently misleading, and we have to choose between:
- We want to show a confirmation dialog
- We don't want to show a confirmation dialog (bad UX)
- Replace "Delete…" by "Delete"
- Implement a "Recently deleted" feature, or add support for
UndoManager(see Global undo/redo #117) - Show some kind of hint (alert, onscreen tutorial…) explaining how to undo this action
- We can show this a limited number of times (once, once every
ttime, until the user uses the feature…) not to bother the user too much
- We can show this a limited number of times (once, once every
Metadata
Metadata
Assignees
Labels
enhancementImprovement requestImprovement requestuxUser Experience improvementUser Experience improvement