grafana/public/app/features/dashboard-scene/utils
Dominik Prokop 6e9543e0ad
Preserve variables and time range when navigating between dashboards (#87966)
* POC preserve filters and group by when navigating between dashboards

* Save all variables and time range

* minor refactor

* Add feature toggle

* Update feature toggle usage

* Delete local storage item if nothing to preserve

* Structural changes

* Simplify restore params code

* Use session storage

* Add tests

* Merge fix

* Remove unused code

* And make it better, errrrrr

* Minor deduplication refactor

* last minor
2024-05-27 14:28:06 +02:00
..
createPanelDataProvider.ts Dashboard scenes: Fix min interval not saving (#86962) 2024-04-29 09:41:43 +02:00
DashboardModelCompatibilityWrapper.test.ts Data layers: Integrate latest scenes changes (#84804) 2024-03-21 18:23:47 +01:00
DashboardModelCompatibilityWrapper.ts Data layers: Integrate latest scenes changes (#84804) 2024-03-21 18:23:47 +01:00
dashboardSceneGraph.test.ts DashboardScene: Support time region migrations (#84147) 2024-03-28 07:39:26 +01:00
dashboardSceneGraph.ts DashboardScene: Support time region migrations (#84147) 2024-03-28 07:39:26 +01:00
dashboardSessionState.test.ts Preserve variables and time range when navigating between dashboards (#87966) 2024-05-27 14:28:06 +02:00
dashboardSessionState.ts Preserve variables and time range when navigating between dashboards (#87966) 2024-05-27 14:28:06 +02:00
djb2Hash.ts DashboardScene: Pass hashed panelId to query runner if a panel is a clone (#78820) 2023-12-01 01:07:55 -08:00
getVariablesCompatibility.ts Dashboards: Use auto and only use AdHocFiltersVariable to manage filters (#81318) 2024-02-13 22:38:26 +02:00
interactions.ts Panel: Description display event is reported multiple times (#85283) 2024-03-28 16:39:18 +01:00
PanelModelCompatibilityWrapper.test.ts DashboardScene: Fixes issue referring to library panel in dashboard data source (#87125) 2024-05-01 14:30:54 +02:00
PanelModelCompatibilityWrapper.ts DashboardScene: Fixes issue referring to library panel in dashboard data source (#87125) 2024-05-01 14:30:54 +02:00
registerDynamicDashNavAction.ts DashboardScene: Support custom actions in the nav toolbar (#79139) 2023-12-11 00:26:32 -08:00
test-utils.ts DashboardScene: Fixing major row repeat issues (#87539) 2024-05-14 12:39:10 +02:00
urlBuilders.test.ts DashboardScene: Initial work to support "new" dashboard route and creation logic (#81549) 2024-01-31 11:33:46 +01:00
urlBuilders.ts Dashboard scenes: Fix issue going from view panel to edit panel when dashboard is not in edit mode (#87487) 2024-05-15 11:53:02 +02:00
utils.ts DashboardScene: Default hoverHeaderOffset to 0 (#87561) 2024-05-14 17:50:59 +03:00