Skip to content

feat(settings): add searchable settings#3910

Merged
louis030195 merged 7 commits into
screenpipe:mainfrom
Anshgrover23:feat/search-settings-1
Jun 8, 2026
Merged

feat(settings): add searchable settings#3910
louis030195 merged 7 commits into
screenpipe:mainfrom
Anshgrover23:feat/search-settings-1

Conversation

@Anshgrover23

@Anshgrover23 Anshgrover23 commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Description:

Fixes #3907

  • White Mode:
Screen.Recording.2026-06-09.at.1.05.54.AM.mov
  • Dark Mode:
Screen.Recording.2026-06-09.at.1.10.26.AM.mov
  • Adds a typo-tolerant settings search bar (⌘K / Ctrl+K) to the sidebar with a Claude-style floating popover that overlays
    results without unmounting the nav.
  • Deep search: matches both section names and individual setting fields via co-located searchIndex exports per section file (no
    central registry), powered by Fuse.js (threshold 0.4) with a substring fast-path for deterministic prefix ranking.
  • Highlights the matched character run inline using Fuse includeMatches, so fuzzy hits like dispaly → Display bold correctly.

@Anshgrover23 Anshgrover23 changed the title feat(settings): fuzzy search bar with deep field matching feat(settings): add fuzzy search with keyboard navigation and field-level discovery Jun 8, 2026

@louis030195 louis030195 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice feature! @Anshgrover23 does this work well on windows / linux as well?
apps/screenpipe-app-tauri/components/settings/settings-search.tsx:18 — why inline import for fuse options type?
apps/screenpipe-app-tauri/components/settings/settings-search.tsx:286 — why monkey patch the dom node for the timer?

generated by the screenpipe pr-review pipe (https://screenpi.pe), not written by a human — reply and tag @louis030195 if it got something wrong.

@Anshgrover23 Anshgrover23 requested a review from louis030195 June 8, 2026 20:53
@Anshgrover23

Copy link
Copy Markdown
Contributor Author

@louis030195 Can I get a review on this one ?

@Anshgrover23 Anshgrover23 changed the title feat(settings): add fuzzy search with keyboard navigation and field-level discovery feat(settings): add searchable settings Jun 8, 2026
@louis030195 louis030195 merged commit 182ca70 into screenpipe:main Jun 8, 2026
8 of 9 checks passed
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.

[feature] add a search for the settings

2 participants