Skip to main content
FolksSpeakersPluginsThemesEventsSnippetsShippedCommunityResources
Login Join
Bug Shipped

Pagination inconsistency on Speakers page (pages load progressively)

Submitted by Mikin Chauhan April 30, 2026 Shipped Apr 30, 2026

Description:
On the Speakers listing page, pagination does not display all available pages initially. When the user lands on the first page, only two pages are shown. As the user navigates to the next page(s), additional pages appear dynamically instead of being visible from the start.

Steps to Reproduce:

  1. Navigate to the Speakers page
  2. Observe the pagination at the bottom
  3. Notice only 2 pages are visible initially
  4. Click on page 2
  5. Observe that page 3 now appears
  6. Continue navigating to see more pages being added progressively

Expected Result:
Pagination should either:

  • Display all available pages from the beginning, or
  • Follow a consistent pagination pattern (e.g., fixed range with ellipsis)

Actual Result:
Pagination initially shows limited pages and dynamically adds more as the user navigates forward.

Impact:

  • Misleading for users (appears like only 2 pages exist initially)
  • Poor navigation experience
  • Potential drop-off if users assume limited content

Environment:

  • Module/Page: Speakers
  • Platform: Web (update if needed)
  • Browser: (Specify)
  • OS: (Specify)

Priority: Medium

Severity: Moderate

Notes / Possible Cause:

 

  • Pagination state may be updating based on current page instead of total page count
  • API might not be returning total pages initially, or frontend is not rendering full pagination

0 comments