-
Notifications
You must be signed in to change notification settings - Fork 330
[FEAT] Add search filter to TopRepos widget #1909
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersgssoc26GSSoC 2026 contributionGSSoC 2026 contributionlevel:beginnerGSSoC: Beginner difficulty (20 pts)GSSoC: Beginner difficulty (20 pts)type:featureGSSoC type bonus: new featureGSSoC type bonus: new feature
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersgssoc26GSSoC 2026 contributionGSSoC 2026 contributionlevel:beginnerGSSoC: Beginner difficulty (20 pts)GSSoC: Beginner difficulty (20 pts)type:featureGSSoC type bonus: new featureGSSoC type bonus: new feature
Feature request
Users with many repositories need to scroll through a long list in the
TopReposwidget to find a specific repo. A simple text filter input would make this much faster.Proposed solution
Add a small search input at the top of the
TopReposcard that client-side filters the displayed list by repo name.File
src/components/TopRepos.tsxImplementation hints
Acceptance criteria