Skip to content
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

Merged
merged 14 commits into from
Jan 24, 2024

Commits on Jan 23, 2024

  1. feat: add nft list and links from balances

    Signed-off-by: Tim Schmidt <tim@launchbadge.com>
    Sheng-Long authored and ericleponner committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e812a3f View commit details
    Browse the repository at this point in the history
  2. feat: add collection page

    Signed-off-by: Tim Schmidt <tim@launchbadge.com>
    Sheng-Long authored and ericleponner committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    93d8634 View commit details
    Browse the repository at this point in the history
  3. Fixed CollectionTableController.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d0ba728 View commit details
    Browse the repository at this point in the history
  4. Added NftCollectionCache (to be used later).

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9af86d0 View commit details
    Browse the repository at this point in the history
  5. NftsTable vue now uses NftCollectionCache in place of NftsTableContro…

    …ller.
    
    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    66a5934 View commit details
    Browse the repository at this point in the history
  6. Extended AccountBalances unit test (to be validate NftCollectionCache).

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3d6ea14 View commit details
    Browse the repository at this point in the history
  7. Fixed warning reported by esbuild in ApproveAllowanceDialog vue.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    fe67a1e View commit details
    Browse the repository at this point in the history
  8. 'Balance' column -> 'Balance/Nb of NFTs' in BalanceTable.

    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    495f03e View commit details
    Browse the repository at this point in the history
  9. 'Token Balances for Account' -> 'All Tokens Owned by' in AccountBalan…

    …ces.
    
    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ec96e53 View commit details
    Browse the repository at this point in the history
  10. AccountDetails and ContractDetails always display at least a subset o…

    …f the tokens with non-zero balance.
    
    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8cc2420 View commit details
    Browse the repository at this point in the history
  11. Display token symbol and account ID in title of AccountCollection.

    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    db443b1 View commit details
    Browse the repository at this point in the history
  12. Adjust AccountBalances unit test.

    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f7d40b1 View commit details
    Browse the repository at this point in the history
  13. Adjust AccountNavigation e2e test.

    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    cd35ba4 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Change route: '/:network/accountbalances/:accountId/:tokenId'

    to: '/:network/accountcollection/:accountId/:tokenId'
    
    And fix unit test.
    
    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    08e54f8 View commit details
    Browse the repository at this point in the history