-
Notifications
You must be signed in to change notification settings - Fork 635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wallet Groups #6314
base: develop
Are you sure you want to change the base?
Wallet Groups #6314
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you test the entry point from backups v2 creating a new wallet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great work just a couple questions and we need to test entry point from backups too
bumped this to draft @greg-schrammel. I think it's important that we confirm final design so that reviewers know what they're testing |
…et-group-when-creating-a-wallet
…mpt-user-to-choose-wallet-group-when-creating-a-wallet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm other than a few minor things
src/assets/CreateNewWalletGroup.png
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason this was needed over the existing CreateNewWallet.png?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that one has a builtin shadow
src/navigation/ChooseWalletGroup.tsx
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other screens of the AddWalletNavigator
are in the screens folder, I'd assume the ChooseWalletGroup
sheet should be too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes good call
Fixes APP-####
What changed (plus any additional context for devs)
adds ability to choose a mnemonic to derive a new account from (wallet groups)
Screen recordings / screenshots
Screen.Recording.2024-12-20.at.14.58.14.mov
What to test
test you can create new wallet groups, new accounts in these groups, and these wallets actually work (sign something)