Open
Description
Problem to solve
Currently, when you try to block or delete a user from the Admin Area the action is performed immediately without waiting for any further user confirmation. This can surprize the admin user as well as be more prone to accidental errors.
Proposal
Add a confirmation dialog when an admin user tries to block or delete a user from the admin area /admin
.
Designs
For blocking a user:
- Modal title: Block User
- Modal body: Are you sure you want to block this user?
- Modal actions: Cancel, Block User (primary, danger button)
For deleting a user:
- Modal title: Delete User
- Modal body: Are you sure you want to delete this user?
- Modal actions: Cancel, Delete User (primary, danger button)