Skip to content
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

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Conversation

greg-schrammel
Copy link
Contributor

@greg-schrammel greg-schrammel commented Dec 10, 2024

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)

Copy link

linear bot commented Dec 10, 2024

@greg-schrammel greg-schrammel marked this pull request as draft December 10, 2024 18:15
@brunobar79
Copy link
Member

Launch in simulator or device for 48bcd19

@greg-schrammel greg-schrammel marked this pull request as ready for review December 10, 2024 23:23
@brunobar79
Copy link
Member

Launch in simulator or device for 6e32be5

Copy link
Contributor

@walmat walmat left a 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?

</Text>
<Box
background="surfaceSecondaryElevated"
// shadow="12px" // TODO: adding shadow clips height (?)
Copy link
Contributor

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

Copy link
Contributor

@walmat walmat left a 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

@brunobar79
Copy link
Member

Launch in simulator or device for acb99a8

@derHowie derHowie marked this pull request as draft December 19, 2024 16:39
@derHowie
Copy link
Member

figma has like 3 designs, I just picked one and made the components in a way it's easy to switch between them if I got the wrong one

bumped this to draft @greg-schrammel. I think it's important that we confirm final design so that reviewers know what they're testing

@brunobar79 brunobar79 added the release for release blockers and release candidate branches label Dec 19, 2024
@greg-schrammel greg-schrammel marked this pull request as ready for review December 20, 2024 17:59
@@ -45,7 +45,8 @@ const Container = styled(Centered).attrs({
? deviceHeight - contentHeight
: 0,
}),
...(IS_ANDROID ? { borderTopLeftRadius: 30, borderTopRightRadius: 30 } : {}),
borderTopLeftRadius: 30,
borderTopRightRadius: 30,
backgroundColor: backgroundColor,
Copy link
Contributor Author

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

@brunobar79
Copy link
Member

Launch in simulator or device for b36e13c

@jinchung jinchung removed the release for release blockers and release candidate branches label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants