-
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?
src/navigation/ChooseWalletGroup.tsx
Outdated
</Text> | ||
<Box | ||
background="surfaceSecondaryElevated" | ||
// shadow="12px" // TODO: adding shadow clips height (?) |
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.
still needs to be done? If so, can help over slack if you need assistance with this
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
@@ -45,7 +45,8 @@ const Container = styled(Centered).attrs({ | |||
? deviceHeight - contentHeight | |||
: 0, | |||
}), | |||
...(IS_ANDROID ? { borderTopLeftRadius: 30, borderTopRightRadius: 30 } : {}), | |||
borderTopLeftRadius: 30, | |||
borderTopRightRadius: 30, | |||
backgroundColor: backgroundColor, |
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 I do this? is a square on ios if not, but only when the height is not 100% idk why
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)