Skip to content

feat: add search bar to skills view#1582

Open
reverb256 wants to merge 1 commit intoPostHog:mainfrom
reverb256:fix/1526-skills-search
Open

feat: add search bar to skills view#1582
reverb256 wants to merge 1 commit intoPostHog:mainfrom
reverb256:fix/1526-skills-search

Conversation

@reverb256
Copy link
Copy Markdown

Problem

With many built-in skills plus local repo skills, scrolling through the skills list is painful. There was no way to search/filter.

Fix

Added a search bar at the top of the skills view using the same TextField.Root + MagnifyingGlass pattern from the archived tasks view (reference: #1509). Filters skills by name and description in real-time.

Verification

  • All CI checks pass
  • Type review in the search bar → filters to matching skills

Fixes #1526

Skills list can be long with many built-in and local skills.
Added a search bar at the top of the skills view that filters
by skill name and description. Uses the same TextField pattern
as the archived tasks view.

Fixes PostHog#1526

Signed-off-by: reverb256 <reverb256@users.noreply.github.com>
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.

add search to skills view

1 participant