Skip to content

feat: add search bar to Bounties page#999

Open
Humoudideas77 wants to merge 1 commit intoSolFoundry:mainfrom
Humoudideas77:feat/bounty-823-search-bar
Open

feat: add search bar to Bounties page#999
Humoudideas77 wants to merge 1 commit intoSolFoundry:mainfrom
Humoudideas77:feat/bounty-823-search-bar

Conversation

@Humoudideas77
Copy link
Copy Markdown

Summary

Adds a debounced search input to the /bounties page that filters bounties by title, description, skills, and category.

Changes

  • Search input with 300ms debounce for smooth filtering performance
  • Clear button (X icon) to reset search instantly
  • Client-side filtering across title, description, skills, and category fields
  • Proper empty state — shows contextual message when no results match
  • Works alongside existing status and language filters

Acceptance Criteria

  • Search bar visible on /bounties page
  • Search input with debounced filtering (300ms)
  • Filters bounties by title, description, and tags/skills
  • Clear button to reset search
  • Works with existing status and language filters
  • Build passes cleanly

Closes #823

Wallet: GaNj31B1RhEy8eMSyrzhHRPDMVqZVJWztXMVB9yMLEtz

Adds a debounced search input to the /bounties page that filters bounties
by title, description, skills, and category. Includes clear button and
works alongside existing status and language filters.

- Search input with 300ms debounce for performance
- Clear button to reset search
- Client-side filtering across all bounty fields
- Proper empty state messaging for no-match results
- Accessible with aria-label on clear button

Closes SolFoundry#823

Wallet: GaNj31B1RhEy8eMSyrzhHRPDMVqZVJWztXMVB9yMLEtz
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.

🏭 Bounty T1: Add Search Bar to Bounties Page

1 participant