Neeraj Add Clear All Filters Reset For Collaboration Job Listings#4788
Open
Neeraj-Kondaveeti wants to merge 1 commit intodevelopmentfrom
Open
Neeraj Add Clear All Filters Reset For Collaboration Job Listings#4788Neeraj-Kondaveeti wants to merge 1 commit intodevelopmentfrom
Neeraj-Kondaveeti wants to merge 1 commit intodevelopmentfrom
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
sayali-2308
approved these changes
Feb 6, 2026
sayali-2308
left a comment
There was a problem hiding this comment.
- Checked out branch:
Neeraj_Add_Clear_All_filters_Collaboration - Backend: Running on
developmentbranch - Tested on: Windows, Chrome browser
- Both servers running locally (Backend: 4500, Frontend: 5173)
Functionality Tested:
Test 1: Clear All Button Visibility
- Navigated to
http://localhost:5173/Collaboration - Page loaded with "Listing all job ads" (default state)
- Opened "Select Categories" dropdown - all 7 categories displayed correctly
- Selected multiple categories (Administrative & Support, Architecture/Landscape, Culinary & Nutrition)
- Filter chips appeared below search bar showing selected categories
- "Clear All" button appeared alongside filter chips
- Page updated to "Listing results for selected categories"
Test 2: Clear All - Category Reset
- Clicked "Clear All" button
- All selected categories were cleared immediately
- Filter chips disappeared
- Dropdown checkboxes all unchecked
- Page reset to "Listing all job ads"
- "Clear All" button disappeared when no filters active
Test 3: Clear All - Search + Category Reset
- Entered search term "developer" in search box
- Clicked "Go" - page showed "Listing results for 'developer'"
- Selected 4 categories (Administrative & Support, Architecture/Landscape, Creative & Media, Culinary & Nutrition)
- Both search and category filters applied - filter chips displayed
- Clicked "Clear All" button
- Search input cleared (reset to placeholder "Search by title...")
- All category selections cleared
- All filter chips removed
- Page reset to "Listing all job ads"
- Pagination reset to page 1
Visual Design:
- "Clear All" button styled consistently with existing filter chip design
- Button positioned appropriately alongside filter chips
- Button only visible when filters are active (good UX)
- Filter chips display clearly with proper spacing
- Categories in dropdown use checkboxes for clear selection state
- Page text updates appropriately based on filter state
Code Quality:
- No console errors observed during testing
- All interactions smooth and responsive
- Filter reset happens immediately without page reload
- State management working correctly across all filter types
Clear All functionality works perfectly. The feature successfully resets:
- All selected category filters
- Search input text
- Pagination to first page
- Page state to default "Listing all job ads"
Button visibility is handled well - only appears when filters are active, improving UX. Styling is consistent with existing UI patterns. All requirements from the PR description verified successfully.
abdel-lall
requested changes
Feb 15, 2026
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.





Description
Related PRS (if any):
This frontend PR is related to the Development backend branch.
…
Main changes explained:
How to test:
npm installand...to run this PR locallyScreenshots or videos of changes:
Note: