Skip to content

feat: add search bar to bounties page (Bounty #823)#1288

Open
zp6 wants to merge 1 commit into
SolFoundry:mainfrom
zp6:feat/bounty-search
Open

feat: add search bar to bounties page (Bounty #823)#1288
zp6 wants to merge 1 commit into
SolFoundry:mainfrom
zp6:feat/bounty-search

Conversation

@zp6
Copy link
Copy Markdown

@zp6 zp6 commented May 15, 2026

Bounty Search Bar

Closes #823

Implementation

  • Search input with 300ms debounced filtering
  • Clear button to reset search
  • Keyboard shortcut: / to focus, Escape to clear
  • Works alongside existing status and language filters

Usage

<BountySearch onSearch={(query) => filterBounties(query)} />

Acceptance Criteria

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

Wallet: zp6

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.

🏭 Bounty T1: Add Search Bar to Bounties Page

1 participant