diff --git a/app/pages/designer.vue b/app/pages/designer.vue index d810b57..bf95ccc 100644 --- a/app/pages/designer.vue +++ b/app/pages/designer.vue @@ -43,9 +43,9 @@ const { } = useSlipmatDesigner(); // Active view selector for multi-canvas design -const activeView = ref<'front' | 'top' | 'left' | 'right'>('front'); +const activeView = ref<"front" | "top" | "left" | "right">("front"); -const setActiveView = (view: 'front' | 'top' | 'left' | 'right') => { +const setActiveView = (view: "front" | "top" | "left" | "right") => { activeView.value = view; setActiveCanvas(view); }; @@ -147,7 +147,7 @@ const persistDesign = async (designId: string, design: ExportedDesign) => { designId, templateId: design.templateId, ownerEmail: user.value?.email ?? null, - ownerId: backendUser.value?.id ?? null, + ownerId: backendUser.value?.id ?? null, previewUrl: previewUpload.publicUrl, productionUrl: productionUpload.publicUrl, canvasJson: canvasUpload.publicUrl, @@ -382,10 +382,10 @@ const handleCheckout = async () => { -
+
-
- + -
+ +
-
+
-
+
{
-

Front View

+

+ Front View +

{ :unregister-canvas="unregisterCanvas" />
- +
-

Top View

+

+ Top View +

{ :unregister-canvas="unregisterCanvas" />
- +
-

Left View

+

+ Left View +

{ :unregister-canvas="unregisterCanvas" />
- +
-

Right View

+

+ Right View +

{

- Design each view of your table jersey separately. Switch between views using the tabs above. - Safe zone and bleed guides update automatically when you switch templates. + Design each view of your table jersey separately. Switch between + views using the tabs above. Safe zone and bleed guides update + automatically when you switch templates.

+ +
diff --git a/app/pages/index.vue b/app/pages/index.vue index 494cb41..d9e749b 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -38,7 +38,7 @@ onMounted(() => { >
@@ -54,70 +54,6 @@ onMounted(() => { Design custom jerseys for your table

- -
-
-
- -
-
- -
- -
- -
-
-
- 23 -
-
- CUSTOM -
-
-
-
- - -
- -
- -
-
-
-
-
-
-
-
-

Create professional, print-ready jersey designs in minutes

@@ -175,10 +111,10 @@ onMounted(() => {
-