grafana / scenes

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

GroupBy: Fetch options when opening menu #687

Closed ashharrison90 closed 5 months ago

ashharrison90 commented 5 months ago

i think this does what we want, but leaving as draft for now to check the approach before adding tests etc

what this does:

some questions:

Fixes #686

📦 Published PR as canary version: 4.11.2--canary.687.8737546972.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes@4.11.2--canary.687.8737546972.0 # or yarn add @grafana/scenes@4.11.2--canary.687.8737546972.0 ```
dprokop commented 5 months ago

@ashharrison90 - I've made a couple of changes to this PR. In particular:

@torkelo - I would appreciate your eyes on this too, as I'm touching on the isLazy we discussed and introducing it in the interface for the future use.

grafanabot commented 5 months ago

:rocket: PR was released in v4.11.2 :rocket:

ashharrison90 commented 5 months ago

delivered in core with https://github.com/grafana/grafana/pull/86671