-
-
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: NftGrid
view
#12983
feat: NftGrid
view
#12983
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: b61907c Note
Tip
|
Bitrise❌❌❌ Commit hash: 77dbf93 Note
Tip
|
Bitrise❌❌❌ Commit hash: 430ddf9 Note
Tip
|
Bitrise❌❌❌ Commit hash: 9bfd19d Note
Tip
|
Bitrise❌❌❌ Commit hash: dbace44 Note
Tip
|
Bitrise❌❌❌ Commit hash: ca9b2ba Note
Tip
|
…ile into feat/nft-grid-view
Bitrise✅✅✅ Commit hash: 48feb23 Note
|
Bitrise✅✅✅ Commit hash: d89e334 Note
|
Quality Gate passedIssues Measures |
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.
Approving from an e2e test perspective. Good work on modifying the e2e 🙏
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! Left a comment for privacy mode and tests but its not a blocker
Description
Introduces new UI to display NFTs. They now should appear in a grid, rather than in nested expandable list items as they were previously. I'm also removing a lot of dead code related to the previous implementation. I needed to tweak one of the e2e tests on android due to a faulty selector.
More specifically, this is what was added/removed:
NftGrid
component. This is the majority of the newly introduced codeCollectibles
namespaced components that were no longer being used, now thatNftGrid
is a thingnft-details.spec.js
to account for new UIRelated issues
Fixes: https://consensyssoftware.atlassian.net/browse/MMASSETS-248
Manual testing steps
Screenshots/Recordings
Screen.Recording.2025-01-27.at.12.16.02.PM.mov
Pre-merge author checklist
Pre-merge reviewer checklist