-
Notifications
You must be signed in to change notification settings - Fork 4
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
dynamic pagination for richlist WIP #167
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/rayanfer32/nexus-explorer-next/2xEgraVCT4AH5mBw36vx4XTzrpBk |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Mostly an issue with how repl.it handles URLs , I have changed development URLs to the explorer.nexus.io API server. |
src/components/UserAccount/TransactionDetails/TransactionDetails.jsx
Outdated
Show resolved
Hide resolved
<DynamicPagination controls={dynamicPageControls} /> | ||
<DynamicPagination | ||
controls={dynamicPageControls} | ||
isStaticPanination={false} |
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.
block is it static pagination?
}, delay); | ||
}; | ||
clearTimeout(timeout); | ||
timeout = setTimeout(cb, delay); |
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.
hope this will not cause sideeffects
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.
please go through the comments once and proceed with merge
…r-next into feat/dynamic-richlist
Description
Type of change
Checklist:
npm run format
/yarn format
before commitRelated Issue
Proposed Changes
Additional Info
Screenshots