3 Commits
Author SHA1 Message Date
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