grafana/public/app
Piotr Jamróz 8d05df83ed
CustomScrollbar: Invoke setScrollTop callback only after scrolling finishes (#34263)
* Invoke setScrollTop callback only after scrolling finishes

When the state is updated while scroll events are being dispatched (like in QueryGroup) it may cause resetting the scroll position to the first emitted event because setting the scroll happens only after render (useEffect).

* Memoize onScrollStop callback
2021-05-24 10:34:37 +02:00
..
angular Urls: Parsing key values will not convert to numbers (#33982) 2021-05-12 13:40:30 +02:00
core Zipkin: Add node graph view to trace response (#34414) 2021-05-20 10:01:28 +02:00
features CustomScrollbar: Invoke setScrollTop callback only after scrolling finishes (#34263) 2021-05-24 10:34:37 +02:00
partials Chore: Migrates remaining Angular modals to React (#33476) 2021-04-28 15:22:28 +02:00
plugins Timeline: use full row height with one series (#34532) 2021-05-20 16:03:23 -07:00
routes AppPlugins: Expose react-router to apps (#33775) 2021-05-19 19:10:21 +02:00
store Chore: remove redux-logger (#34220) 2021-05-17 16:43:40 +02:00
types Alerting: misc rule list fixes (#34400) 2021-05-19 18:54:03 +03:00
app.ts LibraryPanels: removes feature toggle (#33839) 2021-05-12 08:48:17 +02:00
AppWrapper.tsx AppPlugins: Expose react-router to apps (#33775) 2021-05-19 19:10:21 +02:00
dev.ts React: Add why-did-you-render dev extension to better see what components re-render and why (in console) (#23455) 2020-04-09 19:44:05 +02:00
index.ts Grafana-UI: Switch CodeEditor to UMD @monao-editor/react (#33204) 2021-04-27 17:34:56 +01:00