Skip to content

feat: Add search bar to bounties page with debounced filtering#952

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

feat: Add search bar to bounties page with debounced filtering#952
alexanderxfgl-bit wants to merge 1 commit intoSolFoundry:mainfrom
alexanderxfgl-bit:feat/bounty-823-search-bar

Conversation

@alexanderxfgl-bit
Copy link
Copy Markdown

Adds a search input to the /bounties page that filters bounties by title, description, and tags via the API query param.

Changes:

  • Added search param to BountiesListParams in the bounties API
  • Added a search input with magnifying glass icon and clear (X) button to BountyGrid
  • Implemented debounced filtering (300ms) to avoid excessive API calls
  • Search works alongside existing status and language skill filters
  • Empty state message adapts to show "No results for X" when search is active
  • Accessible with aria-label on the input

Closes #823

Wallet: 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU

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