update: add dialogue manifest

This commit is contained in:
Tom Boullay
2026-05-11 11:48:05 +02:00
parent f4635def91
commit bd14042ca0
4 changed files with 552 additions and 1 deletions
+2
View File
@@ -12,6 +12,7 @@ import {
Save,
Undo2,
} from "lucide-react";
import { EditorDialogueManifestPanel } from "@/components/editor/EditorDialogueManifestPanel";
import { EditorSrtPanel } from "@/components/editor/EditorSrtPanel";
import type { MapNode, TransformMode } from "@/types/editor/editor";
@@ -238,6 +239,7 @@ export function EditorControls({
</div>
</section>
<EditorDialogueManifestPanel />
<EditorSrtPanel />
</aside>
</>