feat(mobile): add QrTemplate6 Stonehearth Grill, modal text editor and vertical positioning (offsetY) controls

This commit is contained in:
AyrisAI
2026-08-21 01:00:29 +03:00
parent 2530ab4005
commit 2c3599839b
10 changed files with 1070 additions and 186 deletions
+15
View File
@@ -90,4 +90,19 @@ export const QR_STAND_PRESETS: Record<string, QrStandPreset> = {
subText: "#0284c7",
dividerColor: "rgba(0, 53, 84, 0.3)",
},
"qr-6": {
key: "qr-6",
name: "The Stonehearth Grill (QR-6)",
categoryName: "Özel Masa Kartı",
svgTemplateUrl: "/qr-6.svg",
aspectRatio: "400/580",
bgGradient: "radial-gradient(circle at 50% 50%, #434b54 0%, #1a2228 100%)",
plaqueColor: "#f6efe3",
borderAccent: "#c59b58",
accentText: "#a64423",
headerText: "#122a42",
subText: "#c59b58",
dividerColor: "rgba(197, 155, 88, 0.3)",
},
};