From 9ca546f490a1a82bdfec26e9d50fb56191fb1bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pons?= Date: Tue, 22 Apr 2025 09:06:45 +0200 Subject: [PATCH] Progressing on canvas editor class --- app.vue | 2 +- components/CanvasEditor.vue | 2 +- components/canvas/CanvasNodeEditor.vue | 12 +- db.sqlite | Bin 888832 -> 929792 bytes db.sqlite-shm | Bin 32768 -> 32768 bytes db.sqlite-wal | Bin 32992 -> 70072 bytes server/api/file/content/[id].get.ts | 1 - server/tasks/push.ts | 16 +- shared/canvas.util.ts | 584 ++++++++++++++++++++----- shared/content.util.ts | 90 +++- shared/markdown.util.ts | 10 +- shared/physics.util.ts | 92 ++-- 12 files changed, 623 insertions(+), 186 deletions(-) diff --git a/app.vue b/app.vue index c6fad03..d5d4cf1 100644 --- a/app.vue +++ b/app.vue @@ -39,7 +39,7 @@ const { list } = useToast();