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.
Developer: Noah Giboney
Closes #52
Pull Request Summary
Created a page for guests to view upcoming events. The page lists over the expandable event component. I fetched these events using the api endpoints and then filtered the events to only show upcoming events. Users can click on the event component and learn more about the event and take action from there.
Modifications
made this page in dashboard/events/page.tsx
created the css folder styles/dashboard
then in there an events module for the styles
Testing Considerations
I struggled with the css to fill the white space of the page due to the small nature of the expandable event component. I think I made it work but the component styles might need refactoring in the future.
Pull Request Checklist
Screenshots/Screencast
{put screenshots of your change, or even better a screencast displaying the functionality}
Screen.Recording.2024-02-17.at.10.04.52.PM.mov