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

@@ -54,8 +54,10 @@ function applyCssVariables(branding: EventBranding) {
if (branding.fontFamily) {
root.style.setProperty('--guest-font-family', branding.fontFamily);
root.style.setProperty('--guest-heading-font', branding.fontFamily);
} else {
root.style.removeProperty('--guest-font-family');
root.style.removeProperty('--guest-heading-font');
}
}
@@ -69,6 +71,7 @@ function resetCssVariables() {
root.style.removeProperty('--guest-secondary');
root.style.removeProperty('--guest-background');
root.style.removeProperty('--guest-font-family');
root.style.removeProperty('--guest-heading-font');
}
export function EventBrandingProvider({