Commit Graph

15 Commits

Author SHA1 Message Date
f741f73e11 chore: editor App and SceneGraph updates 2026-06-14 21:19:29 +08:00
35ddef9dcc chore: editor App.vue update 2026-06-14 20:50:43 +08:00
61fd5dbc2d chore: editor App.vue update 2026-06-14 20:48:19 +08:00
59f6956b50 chore: editor store, graph, and vite config updates 2026-06-14 20:38:12 +08:00
ed462b1bee chore: editor NodeEditor, App.vue, and roadmap updates 2026-06-14 20:17:51 +08:00
5cf0461e55 chore: App.vue updates for player and editor 2026-06-14 19:42:26 +08:00
669a652ec7 fix: extract testScene window.open to method to avoid template scope issue 2026-06-14 19:33:54 +08:00
a681e371ae fix: editor App.vue updates 2026-06-14 17:50:26 +08:00
82bfae0e1b feat: editor services, stores, and graph improvements 2026-06-14 17:46:34 +08:00
271c909398 feat: engine utils, editor and asset prefix improvements 2026-06-14 17:39:07 +08:00
920f0ee9f3 feat: editor improvements and roadmap doc 2026-06-14 17:19:10 +08:00
4d48463164 refactor: rewrite editor with immutable state, async-safe Vue Flow, and loading guard 2026-06-07 23:18:43 +08:00
a22dd8497e fix: move critical layout CSS to index.html, revert broken absolute positioning 2026-06-07 22:50:20 +08:00
469fc1ff33 fix: ensure Vue Flow parent container has explicit dimensions 2026-06-07 22:41: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