feat: centralize event status logic and add status badges to EventCard#101
feat: centralize event status logic and add status badges to EventCard#101hasansyed107 wants to merge 11 commits into
Conversation
…y in EventCard (Past, Today, Upcoming)
❌ Deploy Preview for dueventboard failed. Why did it fail? →
|
|
Hi @yuvimittal @xmnlab, All CI checks are passing and the branch is fully rebased on main. This PR is ready for review whenever you get time. Thanks! |
|
Hi @yuvimittal @xmnlab 👋 This PR introduces a dynamic Event Detail Page and extends the app from a list view into a more complete event exploration experience. Highlights
All existing tests are passing, and the changes integrate cleanly with the current structure. I’d appreciate your feedback when you have time — happy to iterate if needed! |
…umbrella#87) * feat: optimize geocoding with surgical YAML updates and visible jitter * chore: remove temporary coordinate jittering
* feat: add customized and responsive data umbrella footer * feat: update footer component and styles * correct prettier * fix: footer visibility in light mode and internal navigation * fix: update logo to colorful version and set default navigation links * fix: update logo to colorful version and set default navigation links * fix: update logo to colorful version and set default navigation links
…ion of new events (data-umbrella#82) * branch rebase * fix * package-lock fix --------- Co-authored-by: Nidhi Pawar <nidhipawar@Nidhis-MacBook-Air.local>
* feat: add horizontal List view parallel to Grid view * fix: resolve file conflicts and format layout * change UI * Fix pre-commit issues
|
@hasansyed107 , the CI/CD seems to be failing |
3a6a7e5 to
29d0e39
Compare
|
@yuvimittal This PR has fallen out of sync and is showing conflicts, while #160 is already rebased on the latest main and passing all checks. It might be best to continue with #160 instead. Please let me know your thoughts! |
|
@yuvimittal, we have a feature showing upcoming and ended. |

Overview
This PR centralizes event status logic and adds clear status badges to each event card.
What’s included
getEventStatushelper inutils/eventHelpers.jsEventCardWhy this matters
Notes
Closes #100