|
|
|
|
|
by nwh
4725 days ago
|
|
Lots of actions are destructive and can't work with an "undo" quite so well as in that example. I would prefer to see a confirm diglogue for deleting an account, changing a password, that sort of thing. I would tend to avoid it anyway, as an undo button isn't something users are going to be looking out for in a web context. |
|
For example, in the case of deleting information, the easiest way to provide an undo function is to never really delete anything and just flag as deleted (something that doesn't free up storage, and if implemented without the users' knowledge, is abusive in terms of data privacy and ownership).
As for users not expecting the existence of an undo button in a web context, well, Gmail for instance has an "undo" link for lots of actions (archiving, moving to trash, etc.). I'm sure other web services provide similar things too.