-
Notifications
You must be signed in to change notification settings - Fork 9
Feature/sponsor love #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
No description provided.