feat(mobile): register QrTemplate2 Daily Grind and filter UI to active component templates
This commit is contained in:
@@ -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> = {
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user