Skip to content

refactor: replace infinite scroll with pagination on tablet screens#992

Open
bcExpt1123 wants to merge 1 commit intoentrius:testfrom
bcExpt1123:fix/table-pagination-replace-infinite-scroll
Open

refactor: replace infinite scroll with pagination on tablet screens#992
bcExpt1123 wants to merge 1 commit intoentrius:testfrom
bcExpt1123:fix/table-pagination-replace-infinite-scroll

Conversation

@bcExpt1123
Copy link
Copy Markdown
Contributor

Summary

  • Apply pagination only for tablet breakpoints
  • Keep existing infinite scroll behavior on desktop
  • Improve tablet usability by preventing excessive page growth
  • Ensure sidebar content remains easily accessible on tablet layouts

Related Issues

closes #991

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Documentation
  • Other (describe below)

Checklist

  • New components are modularized/separated where sensible
  • Uses predefined theme (e.g. no hardcoded colors)
  • Responsive/mobile checked
  • Tested against the test API
  • npm run format and npm run lint:fix have been run
  • npm run build passes
  • Screenshots included for any UI/visual changes

- Apply pagination only for tablet breakpoints
- Keep existing infinite scroll behavior on desktop
- Improve tablet usability by preventing excessive page growth
- Ensure sidebar content remains easily accessible on tablet layouts
@xiao-xiao-mao xiao-xiao-mao Bot added the enhancement New feature or request label May 8, 2026
@bcExpt1123
Copy link
Copy Markdown
Contributor Author

Hi @anderdc
Could you please review this PR? I'd appreciate your feedback. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Infinite scroll makes it difficult to view sidebar items on tablet screens

1 participant