QR-Codes-UI zu Einladungen umgebaut mit PDF-Export und Druckanzeige + Customizer

This commit is contained in:
Codex Agent
2025-10-30 07:12:27 +01:00
parent d781448914
commit 06df61f706
20 changed files with 1724 additions and 537 deletions

View File

@@ -3,6 +3,9 @@
<head>
<meta charset="utf-8">
<title>{{ $eventName }} Einladungs-QR</title>
@php
$qrSize = $layout['qr']['size_px'] ?? 500;
@endphp
<style>
:root {
--accent: {{ $layout['accent'] }};
@@ -10,7 +13,7 @@
--text: {{ $layout['text'] }};
--badge: {{ $layout['badge'] }};
--container-padding: 48px;
--qr-size: 340px;
--qr-size: {{ $qrSize }}px;
--background: {{ $backgroundStyle }};
}