Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR implements a comprehensive sponsor management system and improves the website's layout consistency. The main purpose is to add sponsor pages and improve the overall layout structure of the website.
Key changes include:
- Migrating from
data()tonew Response()with JSON.stringify for better API response handling - Creating a new standardized page layout system with
PageLayoutand related components - Adding comprehensive sponsor display functionality with dedicated routes and historical sponsor data
Reviewed Changes
Copilot reviewed 23 out of 160 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| app/routes/app-*.tsx | Migrated API responses from data() to new Response() with proper JSON handling |
| app/routes/_layout.sponsors.($year).tsx | New sponsor showcase page with year-based navigation |
| app/routes/_layout.agenda.($year).tsx | Enhanced agenda layout with improved responsive design |
| app/routes/_layout.tsx & _layout.$.tsx | Updated to use new standardized layout components |
| app/components/page-layout.tsx | New reusable layout components for consistent page structure |
| app/components/hero/*.tsx & header/header.tsx | Updated to use new layout system with improved navigation |
| app/config/years/*.server.ts | Updated sponsor configurations with proper dark/light mode logo paths |
| website-content/pages/faq.mdx | Streamlined FAQ content removing outdated information |
| scripts/add-sponsor.mjs | Enhanced sponsor management tool with logo processing capabilities |
| package.json | Added dependencies for sponsor management functionality |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.