From e16d49b52a393aa9a762edf57f93434a4bd7844e Mon Sep 17 00:00:00 2001 From: soryu Date: Thu, 5 Feb 2026 00:33:04 +0000 Subject: Replace custom DAG editor with React Flow library - Install @xyflow/react for smooth node-based UI - Create custom DefinitionNode and ContractNode components - Use React Flow's built-in drag-and-drop, edge drawing, pan/zoom - Removes laggy custom implementation Co-Authored-By: Claude Opus 4.5 --- makima/frontend/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'makima/frontend/package.json') diff --git a/makima/frontend/package.json b/makima/frontend/package.json index 9293f65..3b908aa 100644 --- a/makima/frontend/package.json +++ b/makima/frontend/package.json @@ -12,6 +12,7 @@ }, "dependencies": { "@supabase/supabase-js": "^2.90.1", + "@xyflow/react": "^12.10.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^7.1.0", -- cgit v1.2.3