Commit Graph
6 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
SG Command 10ca893bca fix: use generic Origin service type 2026-08-13 16:56:50 +02:00
SG Command 613db495e8 feat: register app with Origin 2026-08-13 12:06:50 +02:00
warkanum d8f70cf731 feat(webhook): add webhook client for RSVP and photo uploads 2026-08-12 20:27:42 +02:00
warkanum 7474973ad5 fix(main): correct embed directive for web assets 2026-08-12 00:17:37 +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