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

Add pagination for landing page #91

Open
codenamejason opened this issue Dec 5, 2023 · 2 comments
Open

Add pagination for landing page #91

codenamejason opened this issue Dec 5, 2023 · 2 comments

Comments

@codenamejason
Copy link
Contributor

codenamejason commented Dec 5, 2023

Current Issue:

When loading the landing page with the pool data, Vercel's build fails due to the size of the data it is trying to load. Caveat; this will only happen on the testnet currently due to the number of test pools we created but will need to be addressed to be able to scale.

@0xKurt suggested we load the first 10 and add a "load more" button for each category of pool lists.

Reference to pagination docs: https://graphql.org/learn/pagination/#gatsby-focus-wrapper

@thelostone-mc
Copy link
Member

Currently we are moving ahead with just restricting to 10 pools and can add in pagination when we have the appetite

@nfrgosselin
Copy link

@thelostone-mc — does that mean we can close out this ticket?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants