-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[UI] Add Previous and Next navigation buttons to resources page pagination #6695
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
base: master
Are you sure you want to change the base?
[UI] Add Previous and Next navigation buttons to resources page pagination #6695
Conversation
Signed-off-by: Tharanishwaran <your-email@example.com>
🚀 Preview for commit 769d791 at: https://689c5a238c5b2d1f5db52f1d--layer5.netlify.app |
Thank you for your contribution! Add it as an agenda item to the meeting minutes, if you would :) |
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.
🚀 Preview for commit cbf040c at: https://68a6daaa220d9193c469aed5--layer5.netlify.app |
@vr-varad,Got it! I'll fix the mobile responsiveness issue and push the update soon. |
Hi @Tharanishwaran, do you have any updates on the requested changes? |
Thank you for your contribution! Add it as an agenda item to the meeting minutes, if you would :) |
@Tharanishwaran Any updates on this? |
🚀 Preview for commit 663995f at: https://68affa45d6b78e0b345e4050--layer5.netlify.app |
Signed-off-by: Tharanishwaran <your-email@example.com>
🚀 Preview for commit 30d1164 at: https://68b269427223a631b329e67a--layer5.netlify.app |
![]() @vr-varad, I’ve fixed the mobile responsiveness. Could you check and let me know if this looks good?
|
🚀 Preview for commit a67be99 at: https://68b2927a64b167864c9fe2b1--layer5.netlify.app |
The Checks are failing. |
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.
@Tharanishwaran @vr-varad Instead of creating new Previous and Next buttons, could you use the existing button from the Sistent page? You can refer to this button component
for consistency in design and a cleaner look.
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.
@vr-varad @Tharanishwaran For the responsive mobile view, we don’t need numbered pages since only the previous and next pages are visible on the screen. Instead, showing just the Previous and Next buttons will provide a cleaner and more user-friendly experience

@Rajesh-Nagarajan-11 Thanks for the feedback! I'll use the Sistent button component and simplify mobile to just Previous/Next. Will update soon. |
Thank you for your contribution! Add it as an agenda item to the meeting minutes, if you would :) |
1 similar comment
Thank you for your contribution! Add it as an agenda item to the meeting minutes, if you would :) |
Description
This PR fixes #6689
Notes for Reviewers
Before :
After :
Signed commits