Neeraj add event sorting by start time#4568
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
sayali-2308
left a comment
There was a problem hiding this comment.
Frontend #4568: Reviewed event sorting feature for Community Portal Activities. Checked out branch Neeraj_Add_Event_Sorting_By_Start_Time, ran npm install, cleared cache. Backend on development (frontend-only change, no backend modifications). Logged in as admin, navigated to http://localhost:5173/communityportal/Activities.
Tested Sort By functionality:
- "Start Time: Earliest to Latest": Events displayed in chronological order (oldest dates first: 2023-12-30, then 2024-01-10, 2024-01-12, etc.)
- "Start Time: Latest to Earliest": Events displayed in reverse chronological order (newest dates first: 2024-02-01, 2024-01-25, 2024-01-20, etc.)
- List reorders dynamically without page refresh when changing sort option
- Date filter compatibility: Applied date filter "30-12-2023" with "Latest to Earliest" sort - correctly displayed only events from that date in sorted order (Coding Workshop, Photography Walk both 2023-12-30)
- Dark mode: Sort By dropdown visible with proper contrast, activities list readable, no styling issues
Light mode: All elements properly styled and functional
Console: No errors, only standard initialization messages
Feature works exactly as described in PR. Frontend-only change successfully adds sorting capability to Activities list. All functionality tested and working correctly. APPROVED.
11f5d0c
bfe5dd2 to
11f5d0c
Compare
|
|
Thank you all, merging! |







Description
Related PRS (if any):
This frontend PR is related to the development backend PR.
…
Main changes explained:
How to test:
npm installand...to run this PR locallyScreenshots or videos of changes:
Note:
This change is frontend-only; no backend logic was modified.