Commit Graph

9 Commits

Author SHA1 Message Date
6bd61ae522 feat: collapsible NodeEditor panel with right-edge bar 2026-06-16 17:06:25 +08:00
a21652b1ca feat: add version history and AI diff highlighting in editor 2026-06-16 15:23:16 +08:00
c1f7be1507 refactor: simplify AI panel workflow - direct file modification and reload from disk 2026-06-15 15:10:09 +08:00
33357650c7 feat: AI assistant panel, editor improvements, vite and package config 2026-06-15 10:24:27 +08:00
80b361813e chore: editor App and NodeEditor updates 2026-06-14 21:39:09 +08:00
34e11a4f52 chore: NodeEditor.vue update 2026-06-14 21:23:21 +08:00
94e0ea9c24 chore: NodeEditor.vue update 2026-06-14 21:16:33 +08:00
ed462b1bee chore: editor NodeEditor, App.vue, and roadmap updates 2026-06-14 20:17:51 +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