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

Query editor: Migrate to new form styling under feature toggle #249

Merged
merged 2 commits into from Nov 20, 2023

Conversation

idastambuk
Copy link
Contributor

What this PR does / why we need it:
Migrating Query Editor to use EditorField components from grafana/experimental.
The new components are under a Grafana feature flag awsDatasourcesNewFormStyling.

Query Editor

What was done

  • Use new vertical form fields instead of inline
  • separated out the query options for Order, Stream, Interval into a collapse.
    I did this because they were squeezed after other fields, like Component Name, and weren't that visible either. But if there's a strong reason for these being accessible right after the fields, I can put them back.
Screenshot 2023-10-30 at 5 51 43 PM
Screen.Recording.2023-10-30.at.4.14.35.PM.mov

Which issue(s) this PR fixes:

Fixes https://github.com/grafana/oss-plugin-partnerships/issues/633
Special notes for your reviewer:

@idastambuk idastambuk merged commit 64d06f5 into main Nov 20, 2023
4 checks passed
@idastambuk idastambuk deleted the query-editor-migration branch November 20, 2023 11:36
@idastambuk idastambuk mentioned this pull request Nov 27, 2023
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.

None yet

2 participants