Integration overrides: sync page to URL params
What does this MR do and why?
On the Integrations Overrides table page, we now sync the pagination state to the page
query parameter in the URL.
Screenshots or screen recordings
How to set up and validate locally
- Set
DEFAULT_PER_PAGE
to 1 inapp/assets/javascripts/api.js
. - Enable an integration for a few projects.
- Navigate to the integration at the Admin-level.
- Check the "Projects using custom settings" tab.
- Play around with the pagination.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #338395 (closed)