pallad
pallad copied to clipboard
Progressive Mina Protocol Wallet
### Problem: - The word number label disappears when the user types in the mnemonic input field. closes: #190 ## Issue ticket number and link: - **Ticket Number:** [ 190...
## Acceptance Criteria: - [ ] Each Seed Import input should have a label inside the input with an according word number. - [ ] It should work fine on...
### Problem: - `The spending password is wrong` is displayed on Unlock Wallet route even if user didn't provide a wrong password. closes: #197 ## Issue ticket number and link:...
## Describe changes fix #193 Changes: - Added new dep `zxcvbn-ts/core` - Implemented a password strength label based on user input. - Since `zxcvbn` returns 5 levels which is more...
## Current "The spending password is wrong" is displayed on Unlock Wallet route even if user didn't provide a wrong password. ## Expected The label is only visible after user...
## Acceptance Criteria: - [ ] The initial screen of both Create Wallet and Restore Wallet has a password strength indicator. - [ ] It uses zxcvbn or similar library...