Skip to content

feat: paginate requests

Arnaud Vergnet requested to merge topic/default/pagination into branch/default

Adds pagination to uri table results. Users can go to the first/last page as well as a specific page using the input. Search input is now sent to the backend to search results are also paginated. Loading indicators have been added next to the search input and the pagination.

All pagination parameters are now synced in the url as page, perpage and filter. This allows users to share the URL as well as integration with the browser history.

Screencast_20240530_161536

Closes #79 (closed)

Edited by Arnaud Vergnet

Merge request reports