jargonsdev / jargons.dev

A community-driven dictionary that simplifies software, engineering and tech terms for all levels.
https://jargons.dev
GNU General Public License v2.0
23 stars 8 forks source link

Improve Pagination Component #62

Open babblebey opened 4 months ago

babblebey commented 4 months ago

The current pagination component provides basic functionality with links to the previous and next pages, along with a display of the current page number. This issue requests an enhancement to the pagination component to improve its usability and provide additional features.

Features to Add:

  1. Display of all available pages for easier navigation.
  2. Next and previous navigation links as chevron icons for better visual indication.
  3. An input field that allows users to enter a custom page number for quick navigation.

Design Changes:

Current:

image

Desired: https://app.opensauced.pizza/feed

image

Implementation Details:

  1. Update the existing pagination component to include the new features.
  2. Use chevron icons for the next and previous navigation links.
  3. Create a input field for selecting a custom page number.

Acceptance Criteria:

Additional Information:

amiabl-programr commented 2 weeks ago

I want to work on this

amiabl-programr commented 2 weeks ago

...and where is that pagination located?