-
-
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
feat: Token Network Filter UI [Mobile] #11808
Conversation
…/metamask-mobile into chore/componetize-tokens-screen
Bitrise🔄🔄🔄 Commit hash: 8959d19 Note
|
Bitrise❌❌❌ Commit hash: 8959d19 Note
Tip
|
This is the release candidate for version 7.34.0 # Team sign-off checklist - [ ] team-accounts - [ ] team-assets - [x] team-confirmations - [x] team-design-system - [ ] team-lavamoat - [x] team-mobile-platform - [x] team-notifications - [x] team-ramp - [ ] team-sdk - [ ] team-security - [x] team-snaps-platform - [x] team-stake - [ ] team-tiger - [ ] team-wallet-framework - [ ] team-wallet-ux # Reference - Testing plan sheet - https://docs.google.com/spreadsheets/d/1tsoodlAlyvEUpkkcNcbZ4PM9HuC9cEM80RZeoVv5OCQ/edit?gid=404070372#gid=404070372 --------- Signed-off-by: Kai Huang <[email protected]> Co-authored-by: runway-github[bot] <73448015+runway-github[bot]@users.noreply.github.com> Co-authored-by: MetaMask Bot <[email protected]> Co-authored-by: metamaskbot <[email protected]> Co-authored-by: tommasini <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Xiaoming Wang <[email protected]> Co-authored-by: Nico MASSART <[email protected]> Co-authored-by: Xiaoming Wang <[email protected]> Co-authored-by: Nicholas Ellul <[email protected]> Co-authored-by: legobt <[email protected]> Co-authored-by: OGPoyraz <[email protected]> Co-authored-by: Salim TOUBAL <[email protected]> Co-authored-by: Pedro Pablo Aste Kompen <[email protected]> Co-authored-by: legobeat <[email protected]> Co-authored-by: tommasini <[email protected]> Co-authored-by: Bryan Fullam <[email protected]> Co-authored-by: Mpendulo Ndlovu <[email protected]> Co-authored-by: Kaihuang72490 <[email protected]> Co-authored-by: Cal-L <[email protected]> Co-authored-by: Cal Leung <[email protected]> Co-authored-by: sahar-fehri <[email protected]> Co-authored-by: Vince Howard <[email protected]> Co-authored-by: Matthew Walsh <[email protected]>
Bitrise🔄🔄🔄 Commit hash: 496126b Note
|
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
Bitrise❌❌❌ Commit hash: 496126b Note
Tip
|
Quality Gate passedIssues Measures |
Bitrise🔄🔄🔄 Commit hash: 496126b Note
|
Bitrise❌❌❌ Commit hash: 496126b Note
Tip
|
8 similar comments
Bitrise❌❌❌ Commit hash: 496126b Note
Tip
|
Bitrise❌❌❌ Commit hash: 496126b Note
Tip
|
Bitrise❌❌❌ Commit hash: 496126b Note
Tip
|
Bitrise❌❌❌ Commit hash: 496126b Note
Tip
|
Bitrise❌❌❌ Commit hash: 496126b Note
Tip
|
Bitrise❌❌❌ Commit hash: 496126b Note
Tip
|
Bitrise❌❌❌ Commit hash: 496126b Note
Tip
|
Bitrise❌❌❌ Commit hash: 496126b Note
Tip
|
Description
This PR introduces token network filter UI component. It lives behind a feature flag
PORTFOLIO_VIEW
in order to allow this to get merged while backend changes are in flight.Integration with the multichain asset list will occur in a separate PR. We'll likely want to add additional e2e tests when that happens.
Running this branch
yarn && yarn setup
PORTFOLIO_VIEW=1 yarn watch
yarn start:ios
ori
from the watch processPlease ensure that this PR looks okay both with and without the feature flag running. I have introduced a horizontal scroll view because there simply was not enough screen real estate to make the network filter look okay with truncated text.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Screen.Recording.2024-10-29.at.1.25.18.PM.mov
Pre-merge author checklist
Pre-merge reviewer checklist