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

Overview: Pager module #104

Closed
eliot-akira opened this issue Apr 6, 2024 · 1 comment
Closed

Overview: Pager module #104

eliot-akira opened this issue Apr 6, 2024 · 1 comment

Comments

@eliot-akira
Copy link
Contributor

eliot-akira commented Apr 6, 2024

The new Pager module is an upgrade from the Paginator module (v1). The latter has limitations due to its design, such as only supporting post loops and somewhat fixed structure of pagination.

  • Features to support described in Overview: Pager module #21
  • Rewrite in TypeScript
  • Use React/Preact or vanilla JS for pager elements instead of jQuery
  • Use API module using fetch instead of AJAX module using jQuery.ajax
  • Accessibility
  • Support any loop type
  • Support dynamic loading, for example, in page builder preview
  • Separate general-purpose functionality to Framework
@eliot-akira eliot-akira changed the title Overview: New Pager module Overview: Pager module Apr 6, 2024
@eliot-akira
Copy link
Contributor Author

Consolidated to #21.

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

1 participant