-
-
Notifications
You must be signed in to change notification settings - Fork 43
feat: add chevron icons for navigations and direct page input for pagination #237
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
babblebey
left a comment
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.
Looking good... The change is currently failing CI though.
It's a code quality thing... Run the command npm run format and commit your change to fix 😁
|
@babblebey Check again. fixed and pushed |
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.
Pull Request Overview
This PR enhances pagination navigation by replacing text-based "Next/Previous" buttons with chevron icons and adding a direct page input feature for better user navigation experience.
- Replaced text navigation buttons with SVG chevron icons for a more modern UI
- Added a page input field with "Go to page" functionality that allows users to jump directly to any page
- Improved pagination layout with responsive design and better visual hierarchy
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
babblebey
left a comment
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.
|
@babblebey Please confirm I just made a push for the code fix from the copilot suggestion |
babblebey
left a comment
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.
Looks good 👍🏾
Description
Chevron Icons:
Custom Page Input:
Related Issue
Fixes #62
Screenshots/Screencasts
Notes to Reviewer