diff options
| author | soryu <soryu@soryu.co> | 2026-02-05 00:33:04 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-02-05 00:33:04 +0000 |
| commit | e16d49b52a393aa9a762edf57f93434a4bd7844e (patch) | |
| tree | 42e8048e60bc63a68b8b788a543784c091872575 /makima/frontend/package.json | |
| parent | c95fce0173386050cc865dfd18315f9a6397f505 (diff) | |
| download | soryu-e16d49b52a393aa9a762edf57f93434a4bd7844e.tar.gz soryu-e16d49b52a393aa9a762edf57f93434a4bd7844e.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'makima/frontend/package.json')
| -rw-r--r-- | makima/frontend/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |
