Skip to content

feat(frontend): Add Search Bar to Bounties Page (#823)#1033

Open
lui62233 wants to merge 1 commit intoSolFoundry:mainfrom
lui62233:feat/search-bar-bounties-page
Open

feat(frontend): Add Search Bar to Bounties Page (#823)#1033
lui62233 wants to merge 1 commit intoSolFoundry:mainfrom
lui62233:feat/search-bar-bounties-page

Conversation

@lui62233
Copy link
Copy Markdown

Fixes Bounty #823 - Add Search Bar to Bounties Page

Changes

  • BountyGrid.tsx: Added debounced search input with Lucide Search and X icons
    • Filters bounties client-side by title, description, and tags (case-insensitive)
    • 300ms debounce to avoid excessive filtering
    • Clear button resets the search
    • Empty state shows contextual message when search yields no results
    • Works alongside existing skill and status filters
  • bounties.ts: Added search?: string to BountiesListParams interface for API compatibility

Acceptance Criteria

  • Search bar visible on /bounties page
  • Typing filters bounties in real-time
  • Works alongside existing filters

- Add debounced search input filtering by title, description, and tags
- Clear button to reset search
- Works alongside existing skill and status filters
- Client-side filtering on loaded bounties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

missing-wallet PR is missing a Solana wallet for bounty payout

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants