casper-wallet icon indicating copy to clipboard operation
casper-wallet copied to clipboard

As a user completing the secret phrase quiz, I should be able to remove words with a click

Open adammake opened this issue 3 years ago • 1 comments

Current In Onboarding, during the CONFIRM YOUR SECRET PHRASE step the user can click to add words to each cell with a single click. However, there is no way to remove them if the user makes a mistake. To fix a mistake, the user must return to the previous step and come back to restart the quiz.

secret phrase interface

Solution After a word is added to a cell, the use will be able to remove the word by doing either of the following:

  1. Clicking on the word in the cell (the one highlighted blue) or

  2. Clicking the word in the upper portion of the screen

image

adammake avatar Oct 14 '22 02:10 adammake

@adammake 2. Clicking the word in the upper portion of the screen - will not work as the item is disabled, it is not intended for User to click disabled items, it's a UX anti-pattern and unintuitive.

piotrwitek avatar Oct 20 '22 10:10 piotrwitek