casper-wallet
casper-wallet copied to clipboard
As a user completing the secret phrase quiz, I should be able to remove words with a click
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.

Solution After a word is added to a cell, the use will be able to remove the word by doing either of the following:
-
Clicking on the word in the cell (the one highlighted blue) or
-
Clicking the word in the upper portion of the screen
@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.