mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Before this pr: Discover, Visualise and Dashboard in setup phase create own state containers which watch for pinned filters, time and refresh interval changes. This watching and state comparisons happen for each plugin separately and not only when a specific app is mounted. So we ended up with a bunch of similar synchronous work which happens every time query services state changes. After this pr: Query service exposes observable to watch for changes (state$). Discover, Visualise and Dashboard use this observable for sub url tracking instead of creating its own. |
||
---|---|---|
.. | ||
common | ||
public | ||
server | ||
kibana.json | ||
package.json | ||
tsconfig.json |