You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users can choose to view the key pairs and accounts settings (inside wallet settings) by pressing on the "Key pairs and accounts" menu button.
Users should be able to see any missing key pairs and accounts. Missing key pairs and accounts would exist on other devices but not on the current device.
Users should be able to open the action menu for a missing key pair. And a user should be able to press the "Import by entering recovery phrase" action
A user should see the recovery phrase form screen.
When a user begins typing in the recovery phrase, then the user should see word suggestions for the recovery phrase.
When a user continues typing in the recovery phrase, then the user should see the suggested words list filter based on the typed word characters.
When a user completes typing in word for the recovery phrase, then the user should see the suggested words list become empty.
When a user types an invalid word for the recovery phrase, then the user should see an error for the invalid recovery phrase.
When a user types more than 25 words for the recovery phrase, then the user should see an error for the invalid recovery phrase.
When a user types a valid recovery phrase, if the recovery phrase does not match the key pair, then the user should see an error for the invalid recovery phrase.
When a user types a valid recovery phrase, then the user should see no validation errors for the recovery phrase. And the user should be allowed to use the "Slide to import" button to confirm the recovery phrase. And the user will be required to authenticate this action.
When a user finishes importing a key pair, then the user should see a success toast.
The text was updated successfully, but these errors were encountered:
dependent on #20033
Feature Issue
User Story
As a user,
I want to be able to import a missing key pair by entering a recovery phrase while inside the wallet settings.
Description
Implement the UI and UX flow inside the wallet settings for importing a key pair by entering a recovery phrase.
Designs
Figma flow: the Figma designs
Notes
Acceptance Criteria
The text was updated successfully, but these errors were encountered: