add: add str editing panel

This commit is contained in:
Tom Boullay
2026-05-10 00:13:42 +01:00
parent 0fbf6bfa0e
commit 0c8b9070bb
3 changed files with 235 additions and 0 deletions
+3
View File
@@ -12,6 +12,7 @@ import {
Save,
Undo2,
} from "lucide-react";
import { EditorSrtPanel } from "@/components/editor/EditorSrtPanel";
import type { MapNode, TransformMode } from "@/types/editor/editor";
interface EditorControlsProps {
@@ -236,6 +237,8 @@ export function EditorControls({
: `Selected node ${selectedNodeIndex + 1} raw lines`}
</div>
</section>
<EditorSrtPanel />
</aside>
</>
);