Skip to content

feat: add advanced bounty search with filters (Bounty #842)#928

Open
liqiuniu wants to merge 1 commit intoSolFoundry:mainfrom
liqiuniu:advanced-search
Open

feat: add advanced bounty search with filters (Bounty #842)#928
liqiuniu wants to merge 1 commit intoSolFoundry:mainfrom
liqiuniu:advanced-search

Conversation

@liqiuniu
Copy link
Copy Markdown

@liqiuniu liqiuniu commented Apr 5, 2026

Summary

Advanced search and filtering component for bounties. Bounty #842


Features

  • Multi-select filters 鈥?Language, tier, domain
  • Reward range presets 鈥?Quick selection buttons
  • Sort options 鈥?By reward, deadline, created date
  • Saved filter sets 鈥?Persist to localStorage
  • Collapsible panel 鈥?Clean UI with filter indicator

Usage

` sx
import { AdvancedBountySearch } from '@/components/AdvancedBountySearch';

<AdvancedBountySearch onFiltersChange={(filters) => {
// Apply filters to bounty list
}} />
`


Acceptance Criteria

  • Multi-select filters for language, tier, domain
  • Reward range slider with price presets
  • Search persistence and saved filter sets

Closes #842

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 T2: Advanced Bounty Search with Filters

1 participant