|
|
7e896d53b8
|
refactor: move delete button to left side of NodeEditor header
|
2026-06-16 17:35:00 +08:00 |
|
|
|
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 |
|
|
|
9a990274d6
|
fix: hide collapsed bar when expanded, fix bottom offset
|
2026-06-16 16:39:38 +08:00 |
|
|
|
897522ed5a
|
feat: collapsible AI panel with overlay layout
|
2026-06-16 16:34:58 +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 |
|
|
|
395c55b6b0
|
feat: enrich AI requests with scene context and project root path
|
2026-06-15 14:31:23 +08:00 |
|
|
|
5f717ac3b6
|
fix: validate JSON before applying AI result, show raw text on parse failure
|
2026-06-15 14:16:44 +08:00 |
|
|
|
0aac429908
|
refactor: AI session managed server-side, sessionId returned from API
|
2026-06-15 11:23:14 +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 |
|
|
|
f741f73e11
|
chore: editor App and SceneGraph updates
|
2026-06-14 21:19:29 +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 |
|
|
|
1619c9db8b
|
fix: editor layout and SceneGraph refinements
|
2026-06-14 19:57:59 +08:00 |
|
|
|
0c59e54a2a
|
fix: prevent preview video overflow with aspect-ratio + max-height constraint
|
2026-06-14 18:05:09 +08:00 |
|
|
|
8c736d5c08
|
fix: remove redundant preview header from editor PreviewPanel
|
2026-06-14 18:02:03 +08:00 |
|
|
|
51b71d07e7
|
fix: editor PreviewPanel updates
|
2026-06-14 17:58:48 +08:00 |
|
|
|
94c55d3597
|
fix: editor PreviewPanel updates
|
2026-06-14 17:53:27 +08:00 |
|
|
|
920f0ee9f3
|
feat: editor improvements and roadmap doc
|
2026-06-14 17:19:10 +08:00 |
|
|
|
e68ed9c962
|
fix: await nextTick before setting video src on first preview
|
2026-06-08 13:48:50 +08:00 |
|
|
|
a0749261bf
|
feat: highlight upstream/downstream edges when node selected
|
2026-06-08 13:09:47 +08:00 |
|
|
|
e323f7973a
|
fix: pass SmoothStepEdge component instead of string to default-edge-type
|
2026-06-08 12:49:42 +08:00 |
|
|
|
a008c927a5
|
feat: use smoothstep edge type for orthogonal lines
|
2026-06-08 12:24:42 +08:00 |
|
|
|
419bfab1f4
|
fix: remove animated edges
|
2026-06-08 12:22:41 +08:00 |
|
|
|
23f8fb97a6
|
feat: BFS-based left-to-right tree layout for scene graph
|
2026-06-08 12:21:05 +08:00 |
|
|
|
f439f7784e
|
fix: add immediate:true to watcher so initial data renders on first mount
|
2026-06-08 12:14:57 +08:00 |
|
|
|
b48a760a1e
|
fix: use local refs for nodes/edges, only useVueFlow for events and fitView
|
2026-06-08 12:10:18 +08:00 |
|
|
|
518c451a59
|
fix: remove redundant :nodes/:edges props from VueFlow, useVueFlow already provides them via inject
|
2026-06-08 12:05:54 +08:00 |
|
|
|
4d48463164
|
refactor: rewrite editor with immutable state, async-safe Vue Flow, and loading guard
|
2026-06-07 23:18:43 +08:00 |
|
|
|
45461b4ed7
|
fix: prevent Vue Flow edge render crash by clearing edges before structural node changes
|
2026-06-07 23:01:52 +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 |
|