Skip to content

Comments

feat(settings): add shortcut search bar in Shortcuts section#419

Merged
Dimillian merged 3 commits intoDimillian:mainfrom
bilalbayram:feat/settings-shortcuts-search
Feb 12, 2026
Merged

feat(settings): add shortcut search bar in Shortcuts section#419
Dimillian merged 3 commits intoDimillian:mainfrom
bilalbayram:feat/settings-shortcuts-search

Conversation

@bilalbayram
Copy link
Contributor

Summary

  • add a search input to Settings > Shortcuts
  • filter shortcut groups/items live by section, label, and help/default text
  • add clear action + no-results empty state
  • add settings test coverage for filtering behavior
  • bump app version from 0.7.51 to 0.7.52 across release version files

Validation

  • npm run typecheck (pass)
  • npm run test -- src/features/settings/components/SettingsView.test.tsx (fails in local env due jsdom/parse5 ESM issue)
  • npm run lint (fails in local env due missing is-extglob module in node_modules)

Add a searchable filter input to Settings > Shortcuts so users can quickly find and edit shortcut bindings in large lists.

What changed:

- Added a "Search shortcuts" input above shortcut groups.

- Implemented live filtering across group metadata and shortcut item labels/help text.

- Added a clear action for the search query and a no-results empty state message.

- Added a SettingsView test that verifies filtering and the no-match state.

- Updated settings stylesheet with dedicated spacing for the new search field.

Version bump:

- Bumped app version from 0.7.51 to 0.7.52 across package.json/package-lock.json, src-tauri/Cargo.toml, src-tauri/Cargo.lock, src-tauri/tauri.conf.json, and iOS Info.plist.
@Dimillian
Copy link
Owner

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Keep them coming!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@Dimillian Dimillian merged commit 0e0f7ec into Dimillian:main Feb 12, 2026
6 checks passed
@bilalbayram bilalbayram deleted the feat/settings-shortcuts-search branch February 12, 2026 12:17
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.

2 participants