-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: multichain accounts connected list #18721
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
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
46d32cb
to
a8e6213
Compare
<View style={styles.container}> | ||
<View style={styles.accountsConnectedContainer}> | ||
<FlashList | ||
key={`flashlist-${selectedAccountGroups.length}`} |
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.
I dont think this key is needed.
|
|
|
Pull Request is not mergeable
Description
This PR adds a new component
MultichainAccountConnectedList
for the bip44 dapp connection flow. It is currently not wired up and cannot be used. The only way to test is to use storybook.Changelog
CHANGELOG entry: null
Related issues
Related to: https://consensyssoftware.atlassian.net/browse/MUL-669?atlOrigin=eyJpIjoiYzNhZGVkYWFhMGUyNDA2Zjg3N2EyZmVjZjJkNWM4YjIiLCJwIjoiaiJ9
Manual testing steps
It is only testable on storybook.
Screenshots/Recordings
After
Pre-merge author checklist
Pre-merge reviewer checklist