Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show a confirmation dialog when deleting a message #116

Open
RemiBardon opened this issue Aug 19, 2022 · 0 comments
Open

Show a confirmation dialog when deleting a message #116

RemiBardon opened this issue Aug 19, 2022 · 0 comments
Labels
enhancement Improvement request ux User Experience improvement
Milestone

Comments

@RemiBardon
Copy link
Member

RemiBardon commented Aug 19, 2022

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:

  1. We want to show a confirmation dialog
  2. 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 t time, until the user uses the feature…) not to bother the user too much
@RemiBardon RemiBardon added the enhancement Improvement request label Aug 19, 2022
@RemiBardon RemiBardon added this to the MVP milestone Aug 19, 2022
@RemiBardon RemiBardon added the ux User Experience improvement label Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement request ux User Experience improvement
Projects
None yet
Development

No branches or pull requests

1 participant