feat(home): add keyboard-first tool search above the category pills - #102
Merged
McanKul merged 1 commit intoSep 10, 2026
Merged
Conversation
Wire the existing searchTools helper into a prominent home search box. Ctrl/Cmd+K focuses it; Escape clears then blurs; a visible clear control keeps focus. Non-empty queries hide the featured strip and filter the full grid. Focus uses the warm accent in both themes.
McanKul
approved these changes
Sep 10, 2026
McanKul
left a comment
Owner
There was a problem hiding this comment.
Thanks — focused implementation, useful keyboard behavior, and solid coverage.
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.
Summary
Adds a prominent tool search box on the desktop home screen, above the category pills. It filters the existing 23-tool registry (name, description, category, aliases) via the
searchToolshelper from #92. Ctrl/Cmd+K focuses the field on Home; Escape clears then blurs; a visible clear control clears and keeps focus. Non-empty queries hide the featured strip and show matches in the grid (including Merge/Compress/Reorder when they match). Focus uses the warm/orange accent in both themes.Fixes #73.
Why
Home listed 23 tools with category pills only.
.tool-searchstyles existed but nothing was wired. Searching tools (not documents or the filesystem) is the remaining half of #73 after #92 landed the matcher.Validation
npm test(312 passed)npm run typecheckcargo test --manifest-path src-tauri/Cargo.toml --libdocx/merge, category ∩ query, no-results, ✕ keeps focus, Escape clears+blurs, ⌘K on Home only, orange focus in light and darkPrivacy Checklist