Commit Graph
5 Commits
Author SHA1 Message Date
warkanum 79e4c11a16 fix(mail): include guest list in RSVP emails 2026-08-23 11:41:08 +02:00
warkanum f16d280f9a feat(api): add endpoint to list guest photos
* implement handleListPhotos to retrieve uploaded photos
* create PhotoFileRecord struct for photo data
* add fetchGuestPhotos function in the UI
* display guest photos in the photo upload page
* remove index.html as it is no longer needed
* add calendar functionality to download wedding event
2026-08-23 10:33:50 +02:00
warkanum d8f70cf731 feat(webhook): add webhook client for RSVP and photo uploads 2026-08-12 20:27:42 +02:00
warkanum df5d8efeb1 feat(api): add endpoint to fetch guest list
* implement ListGuests method in store
* create handleGuestList function in API
* add GuestListEntry and GuestList interfaces in UI
* create guest list page to display RSVPs
2026-08-12 19:21:14 +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