2 comments (2 comments)1 reaction (1 reaction)1 assignee (1 assignee)TypeScript8,021 forks (8,021 forks)batch import
Team:Monitoringbuggood first issuestale:auto-close
Repository metrics
- Stars
- 19,065 stars (19,065 stars)
- PR merge metrics
- Avg merge 1d 16h (Avg merge 1d 16h)999 merged PRs in 30d (999 merged PRs in 30d)
Description
Steps to reproduce:
- set the 'rows per page' right at the bottom of the page to 5 per page
- then, move from page 1 to page 2 or 3
- Wait a few seconds
- Kibana monitoring UI refreshes automatically and moves back to page 1
Contributor guide
- Research direction
- Investigate the pagination state management in the monitoring UI. Look for where 'rows per page' and current page are stored (likely in React component state or Redux). Check if the automatic refresh triggers a state reset or re mounts the component. Trace the refresh logic to see if it restores the pagination state.
- Tech stack
- typescriptreact
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- GitNode.jsKibana development setup