feat(mobile): register QrTemplate2 Daily Grind and filter UI to active component templates

This commit is contained in:
AyrisAI
2026-08-21 00:30:14 +03:00
parent 8481a34e61
commit 34dd24eee2
4 changed files with 315 additions and 5 deletions
+15
View File
@@ -91,6 +91,20 @@ export const QR_STAND_PRESETS: Record<string, QrStandPreset> = {
subText: "#e5c378",
dividerColor: "rgba(212, 175, 55, 0.3)",
},
"qr-2": {
key: "qr-2",
name: "The Daily Grind (QR-2)",
categoryName: "Özel Masa Kartı",
svgTemplateUrl: "/qr-2.svg",
aspectRatio: "400/650",
bgGradient: "radial-gradient(circle at 50% 50%, #252c36 0%, #171c22 100%)",
plaqueColor: "#f6efe2",
borderAccent: "#3a2312",
accentText: "#8c6239",
headerText: "#2c1a0e",
subText: "#3a2312",
dividerColor: "rgba(140, 98, 57, 0.3)",
},
"qr-3": {
key: "qr-3",
name: "Pizzeria Bella Napoli (QR-3)",
@@ -108,3 +122,4 @@ export const QR_STAND_PRESETS: Record<string, QrStandPreset> = {
};