Conversation
Added the full text of the GNU General Public License v3.
…n via crafted RSC payload - CVE-2025-55184 (high): DoS via malicious HTTP request causing server to hang and consume CPU - CVE-2025-55183 (medium): Compiled Server Action source code can be exposed via malicious request - CVE-2025-67779 (high): Incomplete fix for CVE-2025-55184 DoS via malicious RSC payload causing infinite loop
Contributor
There was a problem hiding this comment.
Pull request overview
This PR implements a comprehensive dark theme system with three modes (light, dark, darkest) and makes several content improvements based on feedback. The changes include a new theme toggle component, extensive styling updates across all UI components, modifications to the registration form to support both attendees and presenters, and a new dedicated mailing list information page.
Key Changes:
- Added theme support with ThemeToggle component and dark/darkest mode styling across all components
- Updated registration form to distinguish between attendees and presenters with conditional fields
- Created new mailing list information page with subscription details and instructions
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates Next.js from 16.0.1 to 16.0.10 for bug fixes and improvements |
| package-lock.json | Lock file updates corresponding to dependency changes including Next.js and js-yaml |
| components/ThemeToggle.tsx | New component implementing three-theme toggle (light/dark/darkest) with localStorage persistence |
| components/ClientLayout.tsx | New wrapper component that integrates Header, Footer, and ThemeToggle |
| components/Header.tsx | Adds dark mode styling to header navigation and Discord link |
| components/Footer.tsx | Adds dark mode styling to footer content and links |
| components/EventCard.tsx | Adds comprehensive dark mode styling to event cards |
| components/NewsletterSignup.tsx | Adds dark mode styling and link to mailing list page |
| app/page.tsx | Adds dark mode styling throughout homepage and changes primary CTA to newsletter signup |
| app/register/page.tsx | Adds presenter checkbox with conditional form fields and dark mode styling |
| app/mailing-list/page.tsx | New page providing detailed mailing list information and subscription instructions |
| app/layout.tsx | Refactors to use ClientLayout wrapper and adds body-level theme styling |
| app/globals.css | Simplifies CSS by removing custom properties and adding theme variant declarations |
| README.md | Updates serverless functions repository reference |
| LICENSE.md | Adds GPL v3 license file |
| CONTRIBUTING.md | Adds content branch naming convention |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
No description provided.