Commit Graph

19 Commits

Author SHA1 Message Date
syntaxbullet
740e302c58 fix: update sponsoring section height for better responsiveness on larger screens 2026-07-13 22:55:41 +02:00
syntaxbullet
e28666fc47 feat: clean up Preistraeger detail structure by removing unused fields and updating related migrations 2026-07-13 22:46:35 +02:00
syntaxbullet
50b1cb6e2e fix: remove inline maxWidth style from About and Netzwerk components for improved layout consistency 2026-07-13 22:19:27 +02:00
syntaxbullet
b57e08940d Refactor typography styles across multiple pages to use CSS classes for consistency and maintainability
- Updated Participation.tsx to replace inline styles with class names for headings and paragraphs.
- Refactored Preistraeger.tsx to utilize CSS classes for typography instead of inline styles.
- Modified PreistraegerDetail.tsx to implement class-based styling for headings and text elements.
- Adjusted Press.tsx to standardize typography using CSS classes, enhancing readability and maintainability.
2026-07-13 21:46:56 +02:00
syntaxbullet
63387ce335 feat: implement jury member selection and sorting functionality, update related database migrations 2026-07-13 20:49:06 +02:00
syntaxbullet
98af6423c5 feat: add anchor IDs and scroll margin for award cards and sponsoring form 2026-07-13 20:27:37 +02:00
syntaxbullet
b372b23b0c feat: implement contact form submission and database integration
- Added a new collection for contact submissions with validation and error handling.
- Created a migration script to set up the contact submissions table in the database.
- Updated the SponsoringForm component to handle newsletter subscriptions based on application phase.
- Refactored the UI components for improved user experience and error messaging.
- Removed the package selection step from the sponsoring form.
- Updated the styling across various pages to maintain consistency with the new design.
2026-07-13 19:56:36 +02:00
syntaxbullet
818f283e10 fix: align partner media with production CMS data 2026-07-13 12:14:37 +02:00
syntaxbullet
14691ea118 Refactor code structure for improved readability and maintainability 2026-07-09 11:50:35 +02:00
syntaxbullet
d2fdf8e3c5 feat: add JuryMitglieder collection and migration for jury members
- Created a new collection `JuryMitglieder` with fields for name, image, quote, role, organization, bio, website, LinkedIn, sort order, active status, and published date.
- Implemented access control for creating, reading, updating, and deleting jury members.
- Added migration script to create necessary database tables and columns for jury members, including versioning support.
- Updated existing `preistraeger` table to include new columns for award group, winner rank, sort order, and visibility settings.
- Introduced a temporary global switch to control the visibility of testimonials in the SPA.
2026-07-07 14:57:15 +02:00
syntaxbullet
2fda7e8122 feat: add PartnerLogoMark component for dynamic partner logo rendering 2026-07-01 11:39:45 +02:00
syntaxbullet
7ff405d1a2 Add migration scripts and preload participation awards script
- Created migration index file to manage database migrations.
- Added script to preload participation awards and related blog posts into the CMS.
- Introduced new types and default data for application phases.
- Added award articles data structure for the upcoming awards.
2026-06-30 19:10:53 +02:00
syntaxbullet
9545f2513d feat: Add fresh database setup script and media handling improvements
- Introduced a new script for setting up a fresh database with ordered migration tasks.
- Added a utility function to find media by filename, improving media handling in various scripts.
- Updated preload scripts to utilize the new media fetching utility.
- Refactored datenschutz, impressum, and mitglied-werden fields to use stable IDs and anchor IDs.
- Enhanced home and network pages to accommodate new field structures.
- Added new preload script for global CMS settings.
- Improved code readability and organization across multiple files.
2026-06-22 17:20:45 +02:00
syntaxbullet
d90f3bc77e feat: manage network people media 2026-06-22 13:17:17 +02:00
syntaxbullet
4e50e27fcd feat: manage network partner logo defaults 2026-06-22 13:06:44 +02:00
syntaxbullet
34ef0e1f22 feat: manage skyline background media via payload 2026-06-22 13:02:47 +02:00
syntaxbullet
c35e45499e feat: manage netzwerk page via payload 2026-06-22 11:30:21 +02:00
syntaxbullet
51494e25a8 chore: fix linting errors and ts bugs. 2026-06-17 17:41:21 +02:00
syntaxbullet
6b395e5735 chore: migrate to payload / nextjs 2026-06-16 13:02:47 +02:00