Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.x`: - [[Controls] Debounce time slider selections (#201885)](#201885) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Paulina Shakirova","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-19T16:33:11Z","message":"[Controls] Debounce time slider selections (#201885)\n\n## Summary\n\nThis PR fixes the [[Controls] Debounce time slider\nselections](#193227) issue.\n\nPreviously when the user was dragging the time slider, the dashboard\nwould be updating constantly causing lagging on more complex dashboards.\nThis PR adds a local state that will hold the updating values while the\nuser is dragging, and updates the dashboards once the user stops\ndragging with a delay of 300.\n\n\nhttps://github.com/user-attachments/assets/45bca92e-f92a-4c1f-8417-a0a0818c7415\n\n---------\n\nCo-authored-by: Hannah Mudge <[email protected]>\nCo-authored-by: kibanamachine <[email protected]>","sha":"87d15ba2e1b9f7fef30eee2f202da78fe9635e07","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Presentation","v9.0.0","backport:prev-minor","papercut"],"title":"[Controls] Debounce time slider selections","number":201885,"url":"https://github.com/elastic/kibana/pull/201885","mergeCommit":{"message":"[Controls] Debounce time slider selections (#201885)\n\n## Summary\n\nThis PR fixes the [[Controls] Debounce time slider\nselections](#193227) issue.\n\nPreviously when the user was dragging the time slider, the dashboard\nwould be updating constantly causing lagging on more complex dashboards.\nThis PR adds a local state that will hold the updating values while the\nuser is dragging, and updates the dashboards once the user stops\ndragging with a delay of 300.\n\n\nhttps://github.com/user-attachments/assets/45bca92e-f92a-4c1f-8417-a0a0818c7415\n\n---------\n\nCo-authored-by: Hannah Mudge <[email protected]>\nCo-authored-by: kibanamachine <[email protected]>","sha":"87d15ba2e1b9f7fef30eee2f202da78fe9635e07"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/201885","number":201885,"mergeCommit":{"message":"[Controls] Debounce time slider selections (#201885)\n\n## Summary\n\nThis PR fixes the [[Controls] Debounce time slider\nselections](#193227) issue.\n\nPreviously when the user was dragging the time slider, the dashboard\nwould be updating constantly causing lagging on more complex dashboards.\nThis PR adds a local state that will hold the updating values while the\nuser is dragging, and updates the dashboards once the user stops\ndragging with a delay of 300.\n\n\nhttps://github.com/user-attachments/assets/45bca92e-f92a-4c1f-8417-a0a0818c7415\n\n---------\n\nCo-authored-by: Hannah Mudge <[email protected]>\nCo-authored-by: kibanamachine <[email protected]>","sha":"87d15ba2e1b9f7fef30eee2f202da78fe9635e07"}}]}] BACKPORT--> Co-authored-by: Paulina Shakirova <[email protected]>
- Loading branch information