From b4cf972d59aa1d6948bfbb3ca06003714a855e21 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Thu, 16 Apr 2026 19:48:54 +0200 Subject: [PATCH] feat: wire up main app layout with all components Sidebar file browser, canvas timeline, transport bar, export panel, profile bar, keyboard shortcuts, quality-reactive stream reload. Co-Authored-By: Claude Opus 4.6 --- client/src/routes/+page.svelte | 217 ++++++++++++++++++++++++++++++++- 1 file changed, 212 insertions(+), 5 deletions(-) diff --git a/client/src/routes/+page.svelte b/client/src/routes/+page.svelte index 7b26575..ebe1c6b 100644 --- a/client/src/routes/+page.svelte +++ b/client/src/routes/+page.svelte @@ -1,8 +1,173 @@ + +
-

8-cut

+
+ +
+ +
+
+ {#if $currentFile} +

{$currentFile.name}

+ {:else} +

Select a file

+ {/if} +
+
+ +
+ + + + + {#if $duration > 0} + {fmtTime($cursor)} / {fmtTime($duration)} + {/if} + + +
+ +
+