-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Explore: Add keyboard shortcut (e r) for running queries #111686
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
base: main
Are you sure you want to change the base?
Conversation
- Add new RunQueryEvent for keyboard shortcut handling - Implement setupExploreBindings() in KeybindingSrv with 'e r' shortcut - Subscribe to RunQueryEvent in useKeyboardShortcuts hook - Dispatch runQueries action for all active explore panes - Follows existing keyboard shortcut patterns in Grafana Resolves: #111675
|
|
|
/deploy-to-hg |
|
|
Error building instance: Contact #proj-ephemeral-hg-instances if it is not a compile error. Logs Error messagehandling pull request comment event: running grafana-build deb: executing command: stdout= stderr=go: downloading github.com/urfave/cli/v2 v2.27.7 exit status 1 |
|
/deploy-to-hg |
|
|
Error building instance: Contact #proj-ephemeral-hg-instances if it is not a compile error. Logs Error messagehandling pull request comment event: running grafana-build deb: executing command: stdout= stderr=go: downloading github.com/urfave/cli/v2 v2.27.7 exit status 1 |
What this PR does / why we need it:
Adds a keyboard shortcut
e r(press 'e' then 'r') to run queries in Grafana's Explore feature, improving user experience and workflow efficiency.Which issue(s) this PR fixes:
Resolves #111675
Created by Cursor