Global command palette#204
Merged
Merged
Conversation
- New CommandPalette.svelte component with thread search, actions, navigation - Keyboard navigation (arrows/Enter/Escape), auto-focus input on open - Features: search threads, new thread, add resource, toggle theme, nav shortcuts - Sidebar search input now opens command palette with ⌘K hint - Global Cmd+K shortcut wired in app layout - AddResourceModal accessible from palette Co-authored-by: Ben Davis <bmdavis419@users.noreply.github.com>
|
Cursor Agent can help with this pull request. Just |
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.
Add a command palette for quick access to search, actions, and navigation, accessible via
Cmd+Kor the sidebar.Greptile Summary
Added a global command palette accessible via
Cmd+Kfor quick access to threads, actions, and navigation.Key changes:
CommandPalette.sveltecomponent with search, keyboard navigation, and quick actionsAddResourceModal.svelteto support npm packages in addition to git repositoriesCmd+Kshortcut⌘KindicatorMinor consideration:
Cmd+KwhileAddResourceModalis open will open the command palette on top of it, creating overlapping modalsConfidence Score: 4/5
Important Files Changed
Last reviewed commit: 67cdab5