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

[Bug] Users with over 100 coins only see the first 100 coins #941

Open
bv-aptos opened this issue Nov 26, 2024 · 3 comments
Open

[Bug] Users with over 100 coins only see the first 100 coins #941

bv-aptos opened this issue Nov 26, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@bv-aptos
Copy link

🐛 Bug Description

Users with over 100 coins only see the first 100 coins on explorer. Requires selecting the ALL tab selector to see that the user does in fact have 100 coins.

How to reproduce

Steps to reproduce

This is one such affected account that is not showing USDT (LayerZero) for example.

https://explorer.aptoslabs.com/account/0xafcb0c5b9f3f02e5d0475cfc62e69486e837b61b1fc23d110414779a91ed3cec/coins?network=mainnet

I verified by sending the user 0.01 USDT (LayerZero):
https://explorer.aptoslabs.com/txn/1968714798?network=mainnet

And USDT (LayerZero) shows up in my account:
https://explorer.aptoslabs.com/account/0xc02399a3dadb83d363802e3fc990eceade0e9b2a9a6dc180a092a60b0c17566f/coins?network=mainnet

Stack trace / error message
N/A

Expected Behavior

Either need a paginated response or ability to load more on initial request.

System information

System details:

Chrome.

@bv-aptos bv-aptos added the bug Something isn't working label Nov 26, 2024
@konan-5
Copy link

konan-5 commented Nov 27, 2024

Hello Team,
Thank you for your hard work!

I’d like to contribute to this project and propose implementing infinite scroll for the coin list. With infinite scroll, the list would load more items dynamically as the user scrolls, providing a smoother and more intuitive experience.

If this approach sounds good, may I create a PR for it?
Looking forward to your feedback!

@gregnazario
Copy link
Contributor

Hello Team, Thank you for your hard work!

I’d like to contribute to this project and propose implementing infinite scroll for the coin list. With infinite scroll, the list would load more items dynamically as the user scrolls, providing a smoother and more intuitive experience.

If this approach sounds good, may I create a PR for it? Looking forward to your feedback!

Yes of course, we always support external contributions!

@gregnazario
Copy link
Contributor

I believe this was fixed without a paginated list, but it's really long now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants