ntls-io / nautilus-wallet

Nautilus Wallet
GNU Affero General Public License v3.0
8 stars 4 forks source link

Register Page Busy Icon and Error Message #495

Closed Claire-Bear closed 1 year ago

Claire-Bear commented 1 year ago

Description When creating a new wallet, it can take a few seconds to generate an address especially when autofund is enabled. Therefore there is a window of time where a user could navigate from the page, or their internet could be interrupted. Since the new wallet address is displayed by default, this could result in an unfunded or otherwise incomplete wallet.

Acceptance Criteria Display a busy icon overview while the app is busy creating a new wallet Display an error message if anything goes wrong during this process, tell the user that there was a problem creating the wallet, return to the home page

Implementation Plan Insert the busy icon and error message at the onsubmit point. Reconfigure error capturing so that a problem with autofund or anything else redirects a user to the home page.

Implementation Plan