feat: paginate requests
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.
Closes #79 (closed)
Edited by Arnaud Vergnet