From 6de45801d2c386019e9a2ad3a927811a8665f365 Mon Sep 17 00:00:00 2001 From: Mohamed Maoulainine Maoulainine Date: Sat, 5 Apr 2025 21:10:12 +0200 Subject: [PATCH] unfix: pushing a version that doesn't work for review cuz i don't really get what' wrong --- front/MyINPulse-front/src/router/router.ts | 4 +- front/MyINPulse-front/src/views/AdminMain.vue | 62 +++++++++++++++++-- 2 files changed, 58 insertions(+), 8 deletions(-) diff --git a/front/MyINPulse-front/src/router/router.ts b/front/MyINPulse-front/src/router/router.ts index 6883c33..a585f8a 100644 --- a/front/MyINPulse-front/src/router/router.ts +++ b/front/MyINPulse-front/src/router/router.ts @@ -19,11 +19,11 @@ const router = createRouter({ }, // route pour les canvas (made by adnane), in fact the two vue apps are separated for now - { + /*{ path: '/canvas', name: 'canvas', component: () => import('../views/CanvasView.vue'), - }, + },*/ ], }) diff --git a/front/MyINPulse-front/src/views/AdminMain.vue b/front/MyINPulse-front/src/views/AdminMain.vue index bdbc989..0e37829 100644 --- a/front/MyINPulse-front/src/views/AdminMain.vue +++ b/front/MyINPulse-front/src/views/AdminMain.vue @@ -18,13 +18,63 @@