|
|
a40cc8874a
|
refactor: remove close button and AI button from NodeEditor header
|
2026-06-16 17:31:08 +08:00 |
|
|
|
6bd61ae522
|
feat: collapsible NodeEditor panel with right-edge bar
|
2026-06-16 17:06:25 +08:00 |
|
|
|
0616f4a702
|
feat: remove AI toolbar button, show AI panel by default
|
2026-06-16 16:43:36 +08:00 |
|
|
|
897522ed5a
|
feat: collapsible AI panel with overlay layout
|
2026-06-16 16:34:58 +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 |
|
|
|
f8af9e608d
|
chore: editor App.vue update
|
2026-06-14 21:34:36 +08:00 |
|
|
|
7c80fc431c
|
feat: remember last edited scene path in editor via localStorage
|
2026-06-14 21:31:46 +08:00 |
|
|
|
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 |
|