feat: initial state for composition and overlay editing on the video player

This commit is contained in:
Hyteq
2025-06-23 15:39:56 +03:00
parent 61c172c9cc
commit 294ba01abe
2 changed files with 449 additions and 93 deletions

View File

@ -7,7 +7,7 @@ import {
ResizableHandle,
} from "../../components/ui/resizable";
import { MediaPanel } from "../../components/editor/media-panel";
import { PropertiesPanel } from "../../components/editor/properties-panel";
// import { PropertiesPanel } from "../../components/editor/properties-panel";
import { Timeline } from "../../components/editor/timeline";
import { PreviewPanel } from "../../components/editor/preview-panel";
import { EditorHeader } from "@/components/editor-header";
@ -74,13 +74,13 @@ export default function Editor() {
<ResizableHandle withHandle />
{/* Properties Panel */}
<ResizablePanel
{/* <ResizablePanel
defaultSize={propertiesPanel}
minSize={15}
onResize={setPropertiesPanel}
>
<PropertiesPanel />
</ResizablePanel>
</ResizablePanel> */}
</ResizablePanelGroup>
</ResizablePanel>