Creation of native web wallet needs improvements
Opened this issue · 0 comments
Stakelord54 commented
Is your feature request related to a problem? Please describe.
The step-by-step to create the native web wallet is not clear/intuitive. The options on the seed phrase page, in particular, are confusing.
Describe the solution you'd like
The "remember later" option appears to cancel wallet creation. This should occur in the following manner:
- Instead of "remember later", the button should say "Cancel Wallet Creation" or "Skip For Now"
- Clicking this button should display a confirmation screen (i.e. "Are you sure you want to cancel wallet creation?" with two radio buttons, yes/no)
The "Next" button appears to be linked to execution of the wallet creation. This should occur in the following manner:
- Instead of "Next", the button should say "Create Wallet"
- Clicking this button should display a confirmation screen (i.e. "This option will create your wallet. Please ensure you have saved your seed phrase, as you will need it if you have to recover your wallet." with a "Confirm" and a "Go Back" radio button)
Describe alternatives you've considered
N/A - this wallet creation task is pretty important, need to ensure there are confirmations along the way to prevent undesired user interactions/issues.