grafana/public/app/features/dashboard/services
David a08e0581de
Hotkeys: Make time range permanent (#43802)
Typing `t a` in Explore or Dashboards will turn a relative time like "Last 1 hour"
into an absolute range to make the URL permanent, so that when sharing it others
will see the same data.

- registered `t a` in key service
- new `AbsoluteTimeEvent` dispatch via global event bus
- dashboard times handled in TimeSrv
- Explore times handled in Explore.tsx and Explore's time reducer

I could not find an easy way to combine time handling for Exlore and Dashboard in one place.
2022-01-07 16:51:29 +01:00
..
DashboardLoaderSrv.ts include URL arguments in dashboard resource request (#36526) 2021-07-07 21:42:49 +02:00
DashboardSrv.ts Angular: Isolate angular more (#41440) 2021-11-10 11:05:36 +01:00
TimeSrv.test.ts Dependencies: Jest 27 (#42681) 2021-12-03 17:09:25 +00:00
TimeSrv.ts Hotkeys: Make time range permanent (#43802) 2022-01-07 16:51:29 +01:00