Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR implements a comprehensive schedule feature including a full schedule page, schedule sneak peek component, and various supporting components for the HackDavis 2025 event. The changes introduce new filtering capabilities, improved UI components with responsive design, and time-based event display functionality.
Changes:
- Added complete schedule page with filter controls for event types and days (May 9-10)
- Implemented schedule sneak peek component showing live and upcoming events
- Created numerous supporting components for the 2025 event hub (music player, countdown, announcements, etc.)
- Added new utility functions for time formatting and event styling
- Introduced DM Mono font family and updated Tailwind configuration
Reviewed changes
Copilot reviewed 16 out of 55 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| app/(pages)/(hackers)/(hub)/schedule/page.tsx | Complete redesign of schedule page with new layout grid, filter controls, and mobile-responsive design |
| app/(pages)/(hackers)/_components/ScheduleSneakPeek/ScheduleSneakPeek.tsx | New component displaying live and upcoming events in two panels |
| app/(pages)/_hooks/useScheduleSneakPeekData.ts | Custom hook for fetching and filtering schedule data for sneak peek |
| app/(pages)/(hackers)/_components/Schedule/* | Updated schedule components with new styling system and mobile controls |
| app/_types/filters.ts | Added ScheduleFilter type including 'ALL' option |
| app/(pages)/_globals/fonts.ts | Added DM Mono font import |
| tailwind.config.ts | Added dm-mono font family configuration |
| app/(pages)/(hackers)/_components/2025IndexHero/* | Multiple new components for event hub (15+ new files) |
| app/(pages)/(hackers)/_components/2025DOE/* | Updated import paths for refactored components |
| public/icons/* | Added new SVG icons for UI elements |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
app/(pages)/(hackers)/_components/ScheduleSneakPeek/ScheduleSneakPeek.tsx
Show resolved
Hide resolved
app/(pages)/(hackers)/_components/ScheduleSneakPeek/ScheduleSneakPeek.tsx
Outdated
Show resolved
Hide resolved
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.
schedule page and schedule sneak peak