Commit Graph
7 Commits
Author SHA1 Message Date
warkanum b7e88099c8 feat(ui): add RSVP attendance option and admin features
* Implement attendance selection in RSVP form
* Add admin endpoints for managing RSVPs and guests
* Update RSVP handling to include attendance status
2026-09-06 16:02:52 +02:00
warkanum 143b2361f6 feat(mail): add site URL handling and notification headers
* include site URL in Mailer for absolute URLs
* add header method for email notifications
2026-08-23 11:53:07 +02:00
warkanum f96465b798 feat(cli): add CLI for managing RSVPs and photo uploads
* implement runCLI function to handle subcommands
* add runRSVPCLI and runPhotosCLI for RSVP and photo management
* include usage instructions for CLI commands
* integrate CLI execution in main function
2026-08-23 11:45:48 +02:00
warkanum 79e4c11a16 fix(mail): include guest list in RSVP emails 2026-08-23 11:41:08 +02:00
warkanum 5b3c256a5e fix(mail): add support for BCC in email sending 2026-08-23 11:31:43 +02:00
warkanum 3dc2e09aeb fix(mail): add Message-ID to email messages 2026-08-23 11:00:17 +02:00
warkanum 39f5b8d5cc feat(ui): add wedding theme styles and layout components
* Introduced wedding-themed CSS variables for styling.
* Created layout component for the wedding site with navigation and countdown.
* Added RSVP and photo upload pages with form handling.
* Implemented QR code page for wedding site access.
* Configured TypeScript and Vite for the project.
* Added robots.txt for search engine crawling.
2026-08-11 23:31:35 +02:00