From 6de38a9725ddbc2a96399ebeee4558397f824ba2 Mon Sep 17 00:00:00 2001 From: ALAMI Adnane Date: Wed, 19 Mar 2025 09:48:04 +0100 Subject: [PATCH] feat: edit-mode added, to test it use the fake api in the 'fake_data' folder --- .../src/components/canvas/CanvasItem.vue | 169 ++++++++++++++---- 1 file changed, 131 insertions(+), 38 deletions(-) diff --git a/front/MyINPulse-front/src/components/canvas/CanvasItem.vue b/front/MyINPulse-front/src/components/canvas/CanvasItem.vue index 42217e9..729fef2 100644 --- a/front/MyINPulse-front/src/components/canvas/CanvasItem.vue +++ b/front/MyINPulse-front/src/components/canvas/CanvasItem.vue @@ -1,88 +1,181 @@ - + - + \ No newline at end of file