New Events Page + New Events Schema Property#46
Merged
SithuSoe04 merged 17 commits intomainfrom Sep 30, 2025
Merged
Conversation
Created new Events page and Event Card components
Fixed some styling with event cards. More recent past events are now displayed towards the top.
Added upcoming events carousel. Fixed styling for both event sections.
Updated backend event schema to include an event type. Also updated event controller to handle the event types.
Updated filtering logic in the frontend so only the selected event type is displayed.
Fix carousel arrows so they only display if events don't fit on the screen.
Created new Events page and Event Card components
Fixed some styling with event cards. More recent past events are now displayed towards the top.
Added upcoming events carousel. Fixed styling for both event sections.
Updated backend event schema to include an event type. Also updated event controller to handle the event types.
Updated filtering logic in the frontend so only the selected event type is displayed.
Fix carousel arrows so they only display if events don't fit on the screen.
…S-UCSD/cses_webdev into feature/gavinlin24/BE-Events
Past events are now filtered by selected category.
Added a carousel for past events and updated event card styling.
Collaborator
|
I cannot see the arrows to browse through upcoming events unless I scroll the page horizontally. It seems like the arrows are going beyond the width of the page. Can you please fix this? See video below for reference: |
Fixed issue where events and arrows were not displayed correctly unless user scrolled horizontally.
Fixed issue where upcoming and past events were misaligned. Also tried to make card alignment better on mobile.
SithuSoe04
approved these changes
Sep 30, 2025
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.
Created new Events Page and added a new property, "event_type" to the event schema in the backend to handle event filtering.