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

Pagination Does Not Update Correctly When Navigating Between Pages 12 and 15 in Pundi AI #45

Open
ChristianGunawanX opened this issue Nov 28, 2024 · 0 comments
Assignees

Comments

@ChristianGunawanX
Copy link
Collaborator

Using Dev Env (https://data.pundi.ai/testnet/)

Steps to Reproduce:

  1. Open the Pundi AI data pagination system.
  2. Navigate to page 15.
  3. Observe that the pagination display shows <,1,...,12,13,14,15,>.
  4. Click on page 12.
  5. Observe that the pagination display remains <,1,...,12,13,14,15,>, instead of dynamically adjusting to include page 11 and surrounding pages.
  6. Navigate to page 11 for comparison.
  7. Observe that the pagination display correctly updates to <,1,...,9,10,11,12,13,...,15,>.

Actual Result: The pagination remains static at <,1,...,12,13,14,15,> after navigating from page 15 to page 12, failing to update correctly.

Expected Result: When navigating to page 12, the pagination should update dynamically to include nearby pages, such as <,1,...,9,10,11,12,13,...,15,>.

Attachment
https://drive.google.com/file/d/1qgU6GoIyMMKepYu_JPe34G_1YeVNNZN2/view?usp=drive_link

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

No branches or pull requests

2 participants