Commit Graph
12 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 2c28b18098 fix(ui): update QrCode.Frame width and styling 2026-08-12 00:50:49 +02:00
warkanum 9c971a0feb feat(ui): add favicon.ico to static assets 2026-08-12 00:46:34 +02:00
warkanum eeb8ebee04 fix(ui): update package versions and add @types/node 2026-08-12 00:31:05 +02:00
warkanum 89f19cc048 feat(ui): add photo file handling in Vite config
* include new image assets in static/photos
* define __PHOTO_FILES__ for dynamic photo URLs
* update package.json and package-lock.json with @types/node
2026-08-12 00:30:27 +02:00
warkanum 1377d2791c fix(ui): update image assets with new sizes and hashes 2026-08-12 00:26:00 +02:00
warkanum 7474973ad5 fix(main): correct embed directive for web assets 2026-08-12 00:17:37 +02:00
warkanum 6e7b2e0f01 fix(docker): update wedding service port mapping 2026-08-12 00:06:23 +02:00
warkanum bc9792e5fc feat(ui): add title to layout head for wedding announcement 2026-08-12 00:02:30 +02:00
warkanum 143161c234 feat(ui): enhance Countdown and layout components
* Improve Countdown component styling and structure
* Update layout to include responsive menu and background pattern
* Adjust PhotoBackground and page styles for better presentation
* Add damask pattern SVG for background use
2026-08-11 23:58:28 +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