Skip to content

Conversation

@sirconfy
Copy link
Contributor

Description

  1. Chevron Icons:

    • Replaced the default navigation arrows with chevron icons for the "Next" and "Previous" page links.
  2. Custom Page Input:

    • Added an input field that allows users to directly select a custom page number, making navigation more user-friendly.

Related Issue

Fixes #62

Screenshots/Screencasts

Capture

Notes to Reviewer

  • No new npm packages were added.
  • The main change is UI/UX focused, with improvements to the pagination navigation.
  • Please test edge cases for the page input (e.g., invalid numbers, first/last page).

@vercel
Copy link

vercel bot commented Oct 11, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
jargons-dev Ready Ready Preview Comment Nov 6, 2025 11:11pm

Copy link
Member

@babblebey babblebey left a 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 😁

@sirconfy
Copy link
Contributor Author

@babblebey Check again. fixed and pushed

@babblebey babblebey added the hacktoberfest-accepted Contribution counted towards hacktoberfest label Oct 13, 2025
@babblebey babblebey requested a review from Copilot October 13, 2025 11:23
Copy link
Contributor

Copilot AI left a 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.

Copy link
Member

@babblebey babblebey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @sirconfy

Let's implement the suggestion from @copilot so we can close out on this PR.... I'll assign you the next issue immediately after 😉

@sirconfy
Copy link
Contributor Author

sirconfy commented Nov 1, 2025

@babblebey Please confirm I just made a push for the code fix from the copilot suggestion

Copy link
Member

@babblebey babblebey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍🏾

@babblebey babblebey merged commit 44d26d8 into jargonsdev:main Nov 6, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest-accepted Contribution counted towards hacktoberfest

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve Pagination Component

2 participants