- 101 UX Principles
- Will Grant
- 276字
- 2021-07-16 18:02:39
Chapter #15. Allow Users to Undo Destructive Actions
The ohnosecond (https://en.oxforddictionaries.com/definition/ohnosecond) is the split second when you realize you've made a terrible mistake. Your stomach sinks, your trembling hands lift from the keyboard and you freeze. This moment of horror could be deleting a customer's records, emailing what you really think of your boss directly to your boss, or hitting "buy now" on 111 items, when you really wanted one.
The best apps allow users to back out of such actions, either with undo controls or by giving users the ability to edit actions before they're final. Google's Gmail has had an optional "undo send" feature for quite some time. This stores your sent message in a "buffer" for 20 seconds, giving you that short grace period to cancel sending. If you just ignore it, you know the message will be sent shortly. This particular feature has saved me many times.
Users will feel more in control of your product because knowing they can undo every action and recover from mistakes will free them to experiment more with the product and hopefully get more from it.

A toast-style notification with an optional "undo" control
From a UI perspective, a nice pattern is to include the UNDO control on a banner (or toast) that appears after an action. The user is informed that their action worked, they see a recap of what the action was, and they're given a quick shortcut to reverse that action.
Be forgiving because people make hundreds of mistakes every day and your users will love you if your product saves their ass just once.
- ATmega16單片機(jī)項(xiàng)目驅(qū)動(dòng)教程
- Linux KVM虛擬化架構(gòu)實(shí)戰(zhàn)指南
- 極簡(jiǎn)Spring Cloud實(shí)戰(zhàn)
- 辦公通信設(shè)備維修
- 深入淺出SSD:固態(tài)存儲(chǔ)核心技術(shù)、原理與實(shí)戰(zhàn)
- micro:bit魔法修煉之Mpython初體驗(yàn)
- SiFive 經(jīng)典RISC-V FE310微控制器原理與實(shí)踐
- 計(jì)算機(jī)組裝維修與外設(shè)配置(高等職業(yè)院校教改示范教材·計(jì)算機(jī)系列)
- Arduino BLINK Blueprints
- Machine Learning Solutions
- Intel Edison智能硬件開(kāi)發(fā)指南:基于Yocto Project
- FL Studio Cookbook
- 電腦橫機(jī)使用與維修
- Drupal Rules How-to
- USB應(yīng)用開(kāi)發(fā)寶典