Commit Graph

10 Commits

Author SHA1 Message Date
33357650c7 feat: AI assistant panel, editor improvements, vite and package config 2026-06-15 10:24:27 +08:00
59f6956b50 chore: editor store, graph, and vite config updates 2026-06-14 20:38:12 +08:00
1619c9db8b fix: editor layout and SceneGraph refinements 2026-06-14 19:57:59 +08:00
681efe1d92 fix: increase editor Dagre nodesep to 100, align ranksep with TreeFlow 2026-06-14 19:49:52 +08:00
82bfae0e1b feat: editor services, stores, and graph improvements 2026-06-14 17:46:34 +08:00
e0331ab5a7 fix: handle array nextScene in editor sceneEdges and deleteScene 2026-06-14 17:31:34 +08:00
b542660095 feat: replace BFS layout with dagre for professional graph layout 2026-06-08 13:01:17 +08:00
23f8fb97a6 feat: BFS-based left-to-right tree layout for scene graph 2026-06-08 12:21:05 +08:00
4d48463164 refactor: rewrite editor with immutable state, async-safe Vue Flow, and loading guard 2026-06-07 23:18:43 +08:00
3b4c6d7024 feat: P3 - visual scenario editor with Vue Flow
- editor/: stand-alone Vite multi-page app for visual scenario editing
- editor/components/SceneGraph.vue: Vue Flow graph with scene nodes, branch/default/QTE edges
- editor/components/NodeEditor.vue: right panel editing video/subtitle paths, choices, QTE params
- editor/components/PreviewPanel.vue: embedded video player previewing selected scene
- editor/composables/useGraphEditor.ts: bidirectional graph<->JSON sync
- editor/App.vue: toolbar (new scene, import/export JSON, load demo, start scene selector)
- @vue-flow/core|background|controls: graph visualization dependencies
- vite.config.ts: multi-page build (main + editor)
- ROADMAP: mark P3 as completed
2026-06-07 21:38:08 +08:00