-
Notifications
You must be signed in to change notification settings - Fork 15
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: List NFT collections from account details. #721
Conversation
e058663
to
3972a0c
Compare
The above (Table "NFTs owned by") links directly to NftDetails |
4bca91c
to
4aaad8a
Compare
SonarCloud Quality Gate failed. 0 Bugs 0.0% Coverage The version of Java (11.0.17) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Notes from impromptu review: Bug: On first load there is an issue with the tokens being displayed, it shows the same tokenID for every collection. This is resolved on refresh Feature: Collapsible collections on balance page, ellipsis if collection contains too many serial numbers Feature: New separate page for individual collections owned by account, linked to from the balance page (show all serials owned by account in a certain collection) |
4aaad8a
to
a102bbe
Compare
bfab57c
to
057cd0f
Compare
057cd0f
to
9311752
Compare
Signed-off-by: Tim Schmidt <[email protected]>
Signed-off-by: Tim Schmidt <[email protected]>
Signed-off-by: Eric Le Ponner <[email protected]>
9311752
to
d0ba728
Compare
Signed-off-by: Eric Le Ponner <[email protected]>
…ller. Signed-off-by: Eric Le Ponner <[email protected]>
Signed-off-by: Eric Le Ponner <[email protected]>
Signed-off-by: Eric Le Ponner <[email protected]>
Signed-off-by: Simon Viénot <[email protected]>
…ces. Signed-off-by: Simon Viénot <[email protected]>
…f the tokens with non-zero balance. Signed-off-by: Simon Viénot <[email protected]>
Signed-off-by: Simon Viénot <[email protected]>
Signed-off-by: Simon Viénot <[email protected]>
Signed-off-by: Simon Viénot <[email protected]>
to: '/:network/accountcollection/:accountId/:tokenId' And fix unit test. Signed-off-by: Simon Viénot <[email protected]>
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.
Quality Gate failedFailed conditions 0.0% Coverage on New Code (required ≥ 80%) |
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 to me.
Description:
Add Nft list and links to the token balances from account details
Related issue(s):
#525
Fixes #
Notes for reviewer:
PR is built and depends on #692 , 692 should be merged first
Checklist