You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the pagination is stored separately for each page (alert gorups, schedules and so on). With the last iteration on Integration tweaks we migrated the pagination to the store, but the remaining is to do the same for all remaining pages and let the pagination live in the filters instead of the global store.
The text was updated successfully, but these errors were encountered:
# What this PR does
- Pagination cleanup so that frontend no longer hardcodes page size
- Moved pagination to the filters store instead for all pages that have
pagination enabled
- Prevent UI triggering polling if window is inactive or if the previous
request didn't complete
## Which issue(s) this PR fixes#2931#2462
## Checklist
- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
# What this PR does
- Pagination cleanup so that frontend no longer hardcodes page size
- Moved pagination to the filters store instead for all pages that have
pagination enabled
- Prevent UI triggering polling if window is inactive or if the previous
request didn't complete
## Which issue(s) this PR fixes#2931#2462
## Checklist
- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
Right now the pagination is stored separately for each page (alert gorups, schedules and so on). With the last iteration on Integration tweaks we migrated the pagination to the store, but the remaining is to do the same for all remaining pages and let the pagination live in the filters instead of the global store.
The text was updated successfully, but these errors were encountered: