From c53f0ea52fa911bb23e9a2b0c339c3548411af59 Mon Sep 17 00:00:00 2001 From: Guilhem Date: Fri, 7 Nov 2025 11:37:20 +0100 Subject: [PATCH] create a note manager class --- .../lib/components/graph/FlowGraphV2.svelte | 175 ++---------- .../components/graph/noteManager.svelte.ts | 254 ++++++++++++++++++ 2 files changed, 271 insertions(+), 158 deletions(-) create mode 100644 frontend/src/lib/components/graph/noteManager.svelte.ts diff --git a/frontend/src/lib/components/graph/FlowGraphV2.svelte b/frontend/src/lib/components/graph/FlowGraphV2.svelte index 10e29a3870..f2c1cde5d0 100644 --- a/frontend/src/lib/components/graph/FlowGraphV2.svelte +++ b/frontend/src/lib/components/graph/FlowGraphV2.svelte @@ -1,7 +1,7 @@