-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: Base Wallet Details Screen #16344
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. |
6910d83
to
8ce35f5
Compare
1f47f66
to
629b58a
Compare
7ae3aff
to
a1accda
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## MUL-199-update-account-list-to-support-grouping #16344 +/- ##
==================================================================================
Coverage ? 71.24%
==================================================================================
Files ? 2620
Lines ? 55896
Branches ? 8614
==================================================================================
Hits ? 39825
Misses ? 13558
Partials ? 2513 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
2b3be09
to
af55b17
Compare
|
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.
code looks good in general! will follow up with some manual testing
app/selectors/featureFlagController/multichainAccounts/enabledMultichainAccounts.ts
Outdated
Show resolved
Hide resolved
app/multichain-accounts/selectors/accountTreeController.test.ts
Outdated
Show resolved
Hide resolved
app/components/Views/MultichainAccounts/WalletDetails/utils/getInternalAccountsFromWallet.ts
Outdated
Show resolved
Hide resolved
app/components/Views/MultichainAccounts/WalletDetails/hooks/useWalletBalances.ts
Outdated
Show resolved
Hide resolved
7c67eb2
to
c0d3ea7
Compare
1e5142e
to
e9a8d85
Compare
|
|
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.
Code looks good, will do some manual testing
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.
Looks good!
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 changes on this PR looks good but we have to fix the bugs related to the other features
Description
This PR implements the basic wallet details screen. This feature is hidden behind a remote feature flag. This screen shows all the accounts that are tied to a wallet along with some other information...
Designs:
Out of scope:
These changes will be made in subsequent PRs.
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/MUL-211
Manual testing steps
Screenshots/Recordings
Before
N/A
After
Untitled.mov
Pre-merge author checklist
Pre-merge reviewer checklist