Commit Graph

13 Commits

Author SHA1 Message Date
Codex Agent
e233cddcc8 Publish Livewire assets in Docker build
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled
2026-01-31 22:10:11 +01:00
Codex Agent
eac90e16e7 anpassung devDependencies im build_stage 2025-12-18 09:00:42 +01:00
Codex Agent
763af12617 Updated the build pipeline to use Node 22 + npm 11 and to skip dev dependencies during production builds. 2025-12-15 09:19:39 +01:00
Codex Agent
8e860a5218 adding most popular fonts 2025-11-26 15:32:21 +01:00
Codex Agent
1604502b78 fiddle with docker 2025-11-15 17:16:57 +01:00
Codex Agent
5348c5b137 fiddle with docker 2025-11-15 17:00:57 +01:00
Codex Agent
4981d9f060 add php to the dockerfile 2025-11-15 15:37:39 +01:00
Codex Agent
b928d2a68b add php to the dockerfile 2025-11-15 15:31:53 +01:00
Codex Agent
0cf1703ca0 add imagemagick to the dockerfile 2025-11-15 15:23:43 +01:00
Codex Agent
391ce355f4 add imagemagick to the dockerfile 2025-11-15 15:21:05 +01:00
Codex Agent
0a90e6c466 add imagemagick to the dockerfile 2025-11-15 15:16:45 +01:00
Codex Agent
c7c5089726 add imagemagick to the dockerfile 2025-11-15 15:12:07 +01:00
Codex Agent
ae9b9160ac - Added public gallery API with token-expiry enforcement, branding payload, cursor pagination, and per-photo download stream (app/Http/Controllers/Api/EventPublicController.php:1, routes/api.php:16). 410 is returned when the package gallery duration has lapsed.
- Served the guest PWA at /g/{token} and introduced a mobile-friendly gallery page with lazy-loaded thumbnails, themed colors, lightbox, and download links plus new gallery data client (resources/js/guest/pages/PublicGalleryPage.tsx:1, resources/js/guest/services/galleryApi.ts:1, resources/js/guest/router.tsx:1). Added i18n strings for the public gallery experience (resources/js/guest/i18n/messages.ts:1).
- Ensured checkout step changes snap back to the progress bar on mobile via smooth scroll anchoring (resources/ js/pages/marketing/checkout/CheckoutWizard.tsx:1).
- Enabled tenant admins to export all approved event photos through a new download action that streams a ZIP archive, with translations and routing in place (app/Http/Controllers/Tenant/EventPhotoArchiveController.php:1, app/Filament/Resources/EventResource.php:1, routes/web.php:1, resources/lang/de/admin.php:1, resources/lang/en/admin.php:1).
2025-10-17 23:24:06 +02:00