Commit Graph
28 Commits
Author SHA1 Message Date
SG Command 4571c59020 fix(ui): keep compact countdown values visible 2026-08-24 08:50:55 +02:00
warkanum 59428a27ce fix(config): update RSVP deadline time in config 2026-08-23 19:09:19 +02:00
warkanum 15bdbdd26f fix(config): correct RSVP deadline date in config 2026-08-23 19:06:21 +02:00
warkanum 23ab28d07e fix(ui): remove wedding info display from homepage 2026-08-23 15:03:34 +02:00
warkanum 9ecfd44248 feat(ui): add thank you page and update wedding party section
* Introduce a new thank you page with a list of acknowledgments.
* Enhance the wedding party section with photos and improved layout.
* Update welcome messages for clarity and consistency.
2026-08-23 14:42:45 +02:00
warkanum 143b2361f6 feat(mail): add site URL handling and notification headers
* include site URL in Mailer for absolute URLs
* add header method for email notifications
2026-08-23 11:53:07 +02:00
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 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 4eddecea8e fix(ui): update wedding details and add new pages
* change RSVP deadline and venue details
* add venue and wedding party pages with relevant information
* enhance layout with additional meta descriptions and links
2026-08-23 10:19:26 +02:00
warkanum 3c8f07978c Merge pull request 'fix: use generic Origin service type' (#2) from fix/origin-generic-service-type into master
Reviewed-on: #2
2026-08-20 08:38:52 +00:00
SG Command 10ca893bca fix: use generic Origin service type 2026-08-13 16:56:50 +02:00
warkanum 084588fbf1 Merge pull request 'feat: register ZoeShaldon with Origin' (#1) from feat/origin-client-registration into master
Reviewed-on: #1
2026-08-13 11:16:25 +00: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 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