feat(search): add debounced search bar to bounties page (#823)#1320
Closed
wengkit218-pixel wants to merge 1 commit into
Closed
feat(search): add debounced search bar to bounties page (#823)#1320wengkit218-pixel wants to merge 1 commit into
wengkit218-pixel wants to merge 1 commit into
Conversation
- Search input with 300ms debounce filters bounties client-side - Searches title, description, skills, org_name, repo_name - Clear button (X) resets search - Works alongside existing status and skill filters - Styled with project design tokens (forge-800, border, emerald focus) - Empty state shows search-specific message Closes SolFoundry#823
Author
|
💰 Wallet: 47HxQss7ctt6fFymSo8gevkYUWJPxieYFDG1eWQK7AjU |
Author
|
Closing - FNDRY tokens have no USD cash value. Submitted 2026-05-20, waited 27+ days with 0 reviews. Not a cash bounty. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a debounced search bar to the
/bountiespage that filters bounties client-side by title, description, skills, org name, and repo name — working alongside existing status and language filters.Changes
BountyGrid.tsxuseMemo,useEffect,useCallback,Search,XiconssearchQuery(input) +debouncedQuery(300ms debounce viauseEffect)useMemoover all loaded bounties, matching against title + description + skills + org_name + repo_nameSearchicon,Xclear button, placeholder text, styled with project tokens (bg-forge-800,border-border,focus:border-emerald)No bounties match "...") vs generic messagefilteredBountiesinstead ofallBountiesAcceptance Criteria
Closes #823