Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add node graph toggle #350

Merged
merged 1 commit into from
Mar 20, 2024
Merged

Add node graph toggle #350

merged 1 commit into from
Mar 20, 2024

Conversation

sarahzinger
Copy link
Member

What this PR does / why we need it:
Adds a node graph toggle to the query editor, doesn't do much yet except send over the boolean to the backend.
Screenshot 2024-03-18 at 3 28 57 PM

Which issue(s) this PR fixes:

Fixes #334

Special notes for your reviewer:
I've done this behind a feature toggle, but did not put the feature toggle into main grafana. We could add it to main grafana if we wanted to but I am not sure it's worth it in this case, it just gives us better typing and things like that. I think it might be enough to just sort of ad-hoc add it as I've done here so that we're able to work on this in multiple prs and merge/release before the full feature is done.

@sarahzinger sarahzinger requested a review from a team as a code owner March 18, 2024 19:34
@sarahzinger sarahzinger requested review from idastambuk and kevinwcyu and removed request for a team March 18, 2024 19:34
@idastambuk
Copy link
Contributor

I like the solution with the temporary toggle!

@sarahzinger sarahzinger merged commit 34a9cc1 into main Mar 20, 2024
4 checks passed
@sarahzinger sarahzinger deleted the sarahzinger/nodegraph-toggle branch March 20, 2024 12:47
@kevinwcyu kevinwcyu mentioned this pull request Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FE: Add "Node Graph" switch to the Query Editor
2 participants