photobooth funktionen im event admin verlinkt, gäste pwa zeigt photobooth nur noch an, wenn diese aktiviert ist. kontaktformular optimiert. teilen-link mit iMessage und whatsapp erweitert.

This commit is contained in:
Codex Agent
2025-11-23 22:22:06 +01:00
parent 3d9eaa1194
commit df414a31cd
32 changed files with 809 additions and 280 deletions

View File

@@ -16,6 +16,7 @@ export interface EventData {
created_at: string;
updated_at: string;
join_token?: string | null;
photobooth_enabled?: boolean | null;
type?: {
slug: string;
name: string;