Skip to content
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

WV-861 add next page UI [TEAM REVIEW] #2821

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

itcreativeusa
Copy link
Contributor

1)Implemented backend logic to support pagination with total_count, items_per_page, start_index, and end_index.
2) Added previous_page_url and next_page_url for navigation.
3) Conditionally hid pagination UI when items fit on a single page.
4)Updated the frontend to display "Previous" and "Next" links with the current page number.

…nation links in a form with class pagination-form. - Added onclick=displayLoadingBanner to pagination links to show the loading banner during navigation.

Refactored pagination section for consistency:
- Wrapped pagination links in a `<form>` with class `pagination-form`.
- Added `onclick="displayLoadingBanner()"` to pagination links to show the loading banner during navigation.
@itcreativeusa itcreativeusa force-pushed the WV-861-add-next-page-ui branch from 37806d0 to daddbd9 Compare December 14, 2024 06:06
@DaleMcGrew DaleMcGrew changed the title Wv 861 add next page UI WV-861 add next page UI [TEAM REVIEW] Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant