grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
141 stars 21 forks source link

Add `toAbsolute` method to SceneTimePicker #800

Closed kaydelaney closed 4 months ago

kaydelaney commented 4 months ago

Adds a new method, toAbsolute to the SceneTimePicker. This is to help fix an issue where the t a shortcut to change the time range to an absolute time range does not work in the scenes architecture. A follow-up PR in the main Grafana repo will be made when this one is merged.

📦 Published PR as canary version: 5.4.0--canary.800.9644459093.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes-react@5.4.0--canary.800.9644459093.0 npm install @grafana/scenes@5.4.0--canary.800.9644459093.0 # or yarn add @grafana/scenes-react@5.4.0--canary.800.9644459093.0 yarn add @grafana/scenes@5.4.0--canary.800.9644459093.0 ```
grafanabot commented 4 months ago

:rocket: PR was released in v5.3.0 :rocket: