Revert "refactor: overhaul timeline component, separate into different files"

This reverts commit 2aa37920d5.
This commit is contained in:
Maze Winther
2025-06-24 17:54:41 +02:00
parent 2aa37920d5
commit bbf9aae234
8 changed files with 1830 additions and 1944 deletions

View File

@ -8,7 +8,8 @@ import {
ResizableHandle,
} from "../../components/ui/resizable";
import { MediaPanel } from "../../components/editor/media-panel";
import { Timeline } from "../../components/editor/timeline/timeline";
// 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";
import { usePanelStore } from "@/stores/panel-store";
@ -54,10 +55,7 @@ export default function Editor() {
className="min-h-0"
>
{/* Main content area */}
<ResizablePanelGroup
direction="horizontal"
className="h-full w-full"
>
<ResizablePanelGroup direction="horizontal" className="h-full w-full">
{/* Tools Panel */}
<ResizablePanel
defaultSize={toolsPanel}