Ajay fixed search bar in community portal#4466
Merged
one-community merged 4 commits intodevelopmentfrom Dec 9, 2025
Merged
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
VijayAnirudh
left a comment
There was a problem hiding this comment.
Review Summary ✅
I pulled down the Ajay-fixed-search-bar-in-communityportal branch and tested the changes locally:
-
Search Bar Functionality
- Search input updates correctly and filters events by title, location, or organizer.
- Clear button (
X) resets the search input and results as expected. - Enter key triggers search consistently.
- Search icon button works properly and is accessible.
-
UI/UX Improvements
- Search bar styling is improved with pill-shaped input, clear button, and circular search icon.
- Padding and alignment are consistent across the dashboard.
- Pagination controls function correctly (Previous/Next buttons update event list).
- Fallback image renders properly when event images are missing.
-
Error & Loading States
- Loading message displays while fetching events.
- Error message shows if events fail to load.
- No console errors or warnings observed.
-
Additional Checks
- Verified date filter, online-only checkbox, and dropdowns render without breaking layout.
- Dark mode styling remains consistent.
- Netlify deploy preview matches local behavior.
Conclusion
All acceptance criteria have been met:
- Search bar fixes are functional and user-friendly.
- UI improvements enhance clarity and accessibility.
- No regressions found in event listing or pagination.
Approving this PR ✅
VijayAnirudh
previously approved these changes
Nov 28, 2025
|
Member
|
Thank you all, merging! |
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 not related to any backend PR.
Main changes explained:
Implemented new search icon in search bar with good UI
How to test:
yarn installand run this PR locallyScreenshots or videos of changes:
PR-4466-6.mp4
Note:
I had just developed the search icon feature.