-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/lw 9709 prompt password when unlocking account (#901)
* fix(ui): password box LW-9709 The PasswordBox component layout in lace/ui wasn't responsive and broke in different width scenarios. This commit fixes the layout issues so that the password box can have any size. * feat(core): enable account password prompt LW-9709 This is the basis of the core component which will later be wired-up in Lace to prompt for the wallet password when enabling an account. * feat(extension): wire-up password prompt to enable account LW-9709 extracted the password prompting out of the wallet manager into the UI and optionally pass it down instead. * feat(core): add ui for enabling account HW flow LW-9709 * feat(extension): integrate ui for enabling account HW in Lace LW-9709 * fix(extension): improve unit test for adding accounts LW-9709
- Loading branch information
1 parent
0749851
commit 16a0650
Showing
26 changed files
with
697 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.