feat(C3): add React Flow workflow editor

frontend/src/pages/WorkflowEditor.tsx: full React Flow editor with
custom nodes (Input/Convert/Render/FFmpeg/Output), config sidepanel,
node palette with drag-drop, new workflow dialog.
frontend/src/api/workflows.ts: workflow CRUD API client.
@xyflow/react added to package.json dependencies.
Route /workflows + sidebar link for admin+pm.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 17:06:10 +01:00
parent 5da90b5434
commit 217555025f
5 changed files with 896 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@
},
"dependencies": {
"@react-three/drei": "^9.102.3",
"@xyflow/react": "^12.0.0",
"@react-three/fiber": "^8.16.2",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-table": "^8.14.0",