feat(studio): add new-query shortcut and keyboard guide - #766
Open
2160039878-cyber wants to merge 1 commit into
Open
feat(studio): add new-query shortcut and keyboard guide#7662160039878-cyber wants to merge 1 commit into
2160039878-cyber wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Open a query tab with Ctrl+Alt+Shift+N / Command+Option+Shift+N using the existing new-tab action. The new-tab button exposes the binding in its tooltip and accessibility metadata. A shared keyboard guide opens with
?outside text fields, from the command palette, or from the Data Profiler's keyboard button.Closes #745. Closes #746.
Type of Change
Changes Made
Testing
StudioTabBar|KeyboardShortcutsDialog|CommandPalette|DataProfiler|^Studio >|StudioWorkspace: 147 passed. After the final AltGr compatibility adjustment, reran StudioTabBar: 33 passed.format,lint,typecheck,knip,readme:check,chart:check,channels:showcase:check,security:check,build,build:lib,attw. Builds used clean commitd5187606aa2c5f63f225163015ba5536c5f931f9.?guide, guide focus restoration, command-palette entry, and embedded input scoping passed. A host input did not create an embedded tab; the embedded query input did. This was not a full application E2E test or a native macOS keyboard test.bun run test, coverage and app E2E were not run: this Windows host lacks Helm/chart dependencies and working Docker; existing SQLite cleanup also encounters Windows file locks. CI must verify the full suite and 100% line coverage.Environment: Windows, Node.js 24.18.1, Bun 1.4.2.
Checklist
Additional Notes
AI-assisted implementation and validation using Codex. No dependencies, storage migrations or provider changes. Browser extensions, OS shortcuts and keyboard layouts can override application key combinations.