Sphurthy clear date filter fix#5208
Open
sphurthy wants to merge 9 commits into
Open
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
HemanthNidamanuru
previously approved these changes
May 1, 2026
HemanthNidamanuru
left a comment
There was a problem hiding this comment.
Hi,
I tested all the toggle behaviors including clicking Tomorrow to apply and clear the filter, switching between Tomorrow and This Weekend, and clearing This Weekend while selected. Everything is working as expected
PR.5208.mp4
|
mahathiganimi
previously approved these changes
Jun 20, 2026
Abhi-R0211
requested changes
Jun 21, 2026
Abhi-R0211
left a comment
There was a problem hiding this comment.
Tested locally on branch sphurthy-clear-date-filter-fix, and here is my analysis:
What's Working Well
- "Clear Date Filter" button is removed as expected
- Tomorrow and This Weekend radios toggle correctly — clicking once applies the filter, clicking again clears it, and switching between the two works as expected
- Dark mode radio labels are readable and the search bar icon area no longer has a stuck white background
- Mobile layout (375px) renders cleanly with no radio offset or overflow issues
Issues
- Unresolved merge conflicts blocking merge
The branch has active conflicts. Please resolve the conflicts and this should be good to go.
Resolve conflicts while retaining this branch's functional event filters (date toggle with clear-on-re-click, online-only, past-events) which development's refactor had replaced with a non-functional FiltersSidebar. - CPDashboard.jsx / .module.css: keep this branch's functional version (the CSS module is consumed only by this component) - yarn.lock: take development's (matches dev package.json; fixes CI yarn install --frozen-lockfile) - package-lock.json: drop (development removed it; repo uses yarn) Fix: remove duplicate <select> placeholders that sat next to the real <Input type="select"> for Branches/Themes/Categories (duplicate DOM ids and dead UI left over from an earlier botched merge). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
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):
None.
…
Main changes explained:
…
How to test:
npm installand...to run this PR locallyScreenshots or videos of changes: