-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
refactor(1702-3): batch account balance component #11368
refactor(1702-3): batch account balance component #11368
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. |
Bitrise✅✅✅ Commit hash: effd626 Note
|
…1702-3-refactor-batchaccountbalance-to-reusable-component
…1702-3-refactor-batchaccountbalance-to-reusable-component
Bitrise✅✅✅ Commit hash: 4b6b30b Note
|
…1702-3-refactor-batchaccountbalance-to-reusable-component
Bitrise✅✅✅ Commit hash: 3c789ae Note
|
Smoke and Regression runs are passing on this PR. |
…reusable-component
Bitrise❌❌❌ Commit hash: 3a2756d Note
Tip
|
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 add a story for easy viewing?
app/components/Views/Settings/BatchAccountBalanceSettings/index.tsx
Outdated
Show resolved
Hide resolved
…reusable-component
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.
Couple nits but LGTM ✅
Stories are not needed here because its too specific and isn't in the component library. I can follow up with another PR to append stories to new components if needed
…atropy from auto importing which might cause confusion down the line
80710fb
…reusable-component
Bitrise🔄🔄🔄 Commit hash: 91b206e Note
|
…mponent' of github.com:MetaMask/metamask-mobile into feat-1702-3-refactor-batchaccountbalance-to-reusable-component
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
…reusable-component
Bitrise✅✅✅ Commit hash: e494a19 Note
|
Quality Gate passedIssues Measures |
Description
This PR is part of a series that breaks down the original large PR #11127 into smaller, more manageable chunks.
The
BatchAccountBalance
functionality is valuable beyond its original implementation. By converting it into a reusable component, we can:Changes
BatchAccountBalance
logic from its original locationSecuritySettings
and into a separate component fileSecuritySettings
to use the new componentSecuritySettings
and moved them into the new component folderImpact
This refactored component will be used in:
SecuritySettings
Related issues
Feature: #1702
Manual testing steps
Screenshots/Recordings
Before
NA
After
NA
Pre-merge author checklist
Pre-merge reviewer checklist