Calendar Section - #15
Merged
21 commits merged intoAug 21, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request implements the new Calendar Section functionality by introducing API configuration, new components for displaying event details, and enhanced UI elements such as scheduling and race track visualizations.
- Added API module and configuration support
- Integrated a new Schedule component into the Home route
- Developed new components (RaceTrack, EventModal, AudioVisualizer) and updated index.html for font support
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| apps/site/src/util/api.ts | API creation utility using a configurable base URL |
| apps/site/src/routes/Home.tsx | Incorporates a new Schedule component |
| apps/site/src/config.ts | Provides API base URL configuration |
| apps/site/src/components/Home/RaceTrack.tsx | Introduces RaceTrack visualization for events |
| apps/site/src/components/Home/EventModal.tsx | Implements modal for event details with auxiliary content |
| apps/site/src/components/Home/AudioVisualizer.tsx | New visualizer component for audio effects |
| apps/site/index.html | Adds Google Fonts for updated typography |
Comments suppressed due to low confidence (1)
apps/site/src/components/Home/RaceTrack.tsx:91
- Consider using an explicit null check (e.g., hoveredIndex !== null) rather than relying on truthiness to handle cases where hoveredIndex might be 0, ensuring consistency with the onMouseEnter adjustment.
const hovered = (hoveredIndex ? hoveredIndex - 1 === index : false) && deviceType === "desktop";
Deploying rp-web-hype with
|
| Latest commit: |
89c1e1f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ea849884.rp-web-hype.pages.dev |
| Branch Preview URL: | https://calendar-section.rp-web-hype.pages.dev |
Deploying rp-web-admin with
|
| Latest commit: |
89c1e1f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2ec5b2ac.rp-web-admin.pages.dev |
| Branch Preview URL: | https://calendar-section.rp-web-admin.pages.dev |
Deploying rp-web-sponsor with
|
| Latest commit: |
89c1e1f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ec2325c7.rp-web-sponsor.pages.dev |
| Branch Preview URL: | https://calendar-section.rp-web-sponsor.pages.dev |
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.
Laptop:
laptop-demo.mp4
Mobile:
mobile-opts.mp4
Updates: