From 739de7de5c3a81a1eb6261dec2faed241674771b Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Sat, 29 Aug 2026 01:21:05 +0300 Subject: [PATCH] feat(web): add missing qr-3/qr-8/qr-9 stand SVG templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QR_STAND_PRESETS (packages/shared) references qr-1..qr-9 (skipping qr-7), but apps/web/public only had qr-1,2,4,5,6.svg — qr-3, qr-8, and qr-9 404'd wherever the raw preset list renders before/instead of a DB-driven override. Built to match the existing qr-1.svg structure (layer-background/layer-icons/qr-placeholder/layer-texts, same 400x650 canvas, QR box at translate(90,215) 220x220 — verified this aligns with QrStandGeneratorClient's hardcoded 33.08%/55% overlay position), using each preset's own color palette from qr-stands.ts. --- apps/web/public/qr-3.svg | 76 ++++++++++++++++++++++++++++++++++++++++ apps/web/public/qr-8.svg | 72 +++++++++++++++++++++++++++++++++++++ apps/web/public/qr-9.svg | 74 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 222 insertions(+) create mode 100644 apps/web/public/qr-3.svg create mode 100644 apps/web/public/qr-8.svg create mode 100644 apps/web/public/qr-9.svg diff --git a/apps/web/public/qr-3.svg b/apps/web/public/qr-3.svg new file mode 100644 index 0000000..1784896 --- /dev/null +++ b/apps/web/public/qr-3.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + QR KOD ALANI + + + + + PIZZERIA BELLA NAPOLI + TEMASSIZ DİJİTAL MENÜ + + MENÜYÜ GÖRMEK İÇİN OKUTUN + Kameranız ile QR kodu taratın + + + Masa No: 01 + + Bella_Guest + @bellanapoli + + diff --git a/apps/web/public/qr-8.svg b/apps/web/public/qr-8.svg new file mode 100644 index 0000000..0809fad --- /dev/null +++ b/apps/web/public/qr-8.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + QR KOD ALANI + + + + + EMERALD & GOLD + TEMASSIZ DİJİTAL MENÜ + + MENÜYÜ GÖRMEK İÇİN OKUTUN + Kameranız ile QR kodu taratın + + + Masa No: 01 + + Emerald_Guest + @emeraldgold + + diff --git a/apps/web/public/qr-9.svg b/apps/web/public/qr-9.svg new file mode 100644 index 0000000..aa4ada4 --- /dev/null +++ b/apps/web/public/qr-9.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + QR KOD ALANI + + + + + VINTAGE TABLE MENU + TEMASSIZ DİJİTAL MENÜ + + MENÜYÜ GÖRMEK İÇİN OKUTUN + Kameranız ile QR kodu taratın + + + Masa No: 01 + + Vintage_Guest + @vintagetable + +