Commit Graph
5 Commits
Author SHA1 Message Date
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