Skip to content

feat: add search input with debounced client-side filtering to Bounties Page#1370

Open
mvmax-dev wants to merge 1 commit into
SolFoundry:mainfrom
mvmax-dev:sovereign/fix-823-search-bar
Open

feat: add search input with debounced client-side filtering to Bounties Page#1370
mvmax-dev wants to merge 1 commit into
SolFoundry:mainfrom
mvmax-dev:sovereign/fix-823-search-bar

Conversation

@mvmax-dev
Copy link
Copy Markdown

Fixes #823

Changes:

  • Search Bar UI & Logic: Added search input with 300ms debounced client-side filtering on the /bounties page.
  • Robust Searching: Filters bounties in real-time by title, description, skills (tags), and category.
  • Reset Button: Added a clear button to easily reset the search.
  • Coexistence: Works seamlessly with existing status and language (skill) filters.
  • Gitignore & Missing Files Fix: Fixed a global .gitignore bug where the ignore rule lib/ was overriding frontend/src/lib/ and preventing animations.ts and utils.ts from being committed. Restored the missing files to the repository so the project compiles and builds successfully.

…es Page, fix global git-ignore bug and restore missing animations and utilities (Fixes SolFoundry#823)
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