From b1df7421dc2b6b3d3a8f643a998cf4ba391db0a1 Mon Sep 17 00:00:00 2001 From: ALAMI Adnane Date: Mon, 10 Feb 2025 15:32:28 +0100 Subject: [PATCH] fix: commiting some minor changes before switching to front_foundation branch --- .../canvas/{Header.vue => HeaderCanvas.vue} | 2 +- .../src/components/canvas/Lean-canvas.vue | 111 +++++++++++------- front/MyINPulse-front/src/router/index.ts | 0 front/MyINPulse-front/src/router/router.ts | 2 +- .../MyINPulse-front/src/views/CanvasView.vue | 22 ++-- 5 files changed, 83 insertions(+), 54 deletions(-) rename front/MyINPulse-front/src/components/canvas/{Header.vue => HeaderCanvas.vue} (93%) create mode 100644 front/MyINPulse-front/src/router/index.ts diff --git a/front/MyINPulse-front/src/components/canvas/Header.vue b/front/MyINPulse-front/src/components/canvas/HeaderCanvas.vue similarity index 93% rename from front/MyINPulse-front/src/components/canvas/Header.vue rename to front/MyINPulse-front/src/components/canvas/HeaderCanvas.vue index e860400..1063412 100644 --- a/front/MyINPulse-front/src/components/canvas/Header.vue +++ b/front/MyINPulse-front/src/components/canvas/HeaderCanvas.vue @@ -1,6 +1,6 @@ + + + + \ No newline at end of file diff --git a/front/MyINPulse-front/src/router/index.ts b/front/MyINPulse-front/src/router/index.ts new file mode 100644 index 0000000..e69de29 diff --git a/front/MyINPulse-front/src/router/router.ts b/front/MyINPulse-front/src/router/router.ts index 16f4939..d5dd6fd 100644 --- a/front/MyINPulse-front/src/router/router.ts +++ b/front/MyINPulse-front/src/router/router.ts @@ -12,7 +12,7 @@ const router = createRouter({ component: () => import('../views/test.vue'), }, - // route pour les canvas (made by adnane), in fact the two vue apps are separated for now + // route pour les canvas { path: '/canvas', name: 'canvas', diff --git a/front/MyINPulse-front/src/views/CanvasView.vue b/front/MyINPulse-front/src/views/CanvasView.vue index d87bd29..9da9aff 100644 --- a/front/MyINPulse-front/src/views/CanvasView.vue +++ b/front/MyINPulse-front/src/views/CanvasView.vue @@ -1,12 +1,12 @@ - - - - \ No newline at end of file +
+ +

Page Canvas

+ +
+ + +