Magickbase / neuron-public-issues

Neuron Issues
4 stars 3 forks source link

Optimize the process of importing wallets via phrase seeds #381

Open Danie0918 opened 2 months ago

Danie0918 commented 2 months ago

The current wallet import via phrase seeds is not user-friendly and we need to consider optimizing it.

https://github.com/nervosnetwork/neuron/issues/3115#issuecomment-2048855836

Danie0918 commented 3 weeks ago

Image

【Optimize wallet creation process】

  1. Disable the copy function and optimize the prompt message.
  2. The validation process randomly selects 3 words to fill in the blanks and supports word matching.
  3. Optimize the reminder text on the set wallet password page to prevent confusion when importing an existing wallet.

Image

【Optimize the import wallet process】

  1. Add word matching, the first matching word will be selected by default, and the display will be empty when there is no matching word.
  2. 2-second mask display after single word entry is complete, immediate mask when pasting all seeds at once.
  3. The first input box recognizes the paste of a full wallet seed and fills it in.
  4. Optimize the reminder text on the set wallet password page to prevent confusion when importing an existing wallet.
Kirl70 commented 2 weeks ago

Design Draft: https://www.figma.com/design/6XNoimRDbFTTNm016rbIdU/Magickbase?node-id=39127-51176&t=XVlqQyhVqsESKfAV-1

image