From 49d44511698c48357e8e999073716da3f915ba26 Mon Sep 17 00:00:00 2001 From: ameer2468 <33054370+ameer2468@users.noreply.github.com> Date: Tue, 4 Nov 2025 19:30:13 +0300 Subject: [PATCH 1/2] Update ConfigSidebar.tsx --- .../src/routes/editor/ConfigSidebar.tsx | 30 ++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/apps/desktop/src/routes/editor/ConfigSidebar.tsx b/apps/desktop/src/routes/editor/ConfigSidebar.tsx index 2e51a3cd06..bbdc48e1a9 100644 --- a/apps/desktop/src/routes/editor/ConfigSidebar.tsx +++ b/apps/desktop/src/routes/editor/ConfigSidebar.tsx @@ -333,6 +333,9 @@ export function ConfigSidebar() { "--margin-top-scroll": "5px", }} class="custom-scroll overflow-x-hidden overflow-y-scroll text-[0.875rem] flex-1 min-h-0" + classList={{ + hidden: !!editorState.timeline.selection, + }} > @@ -645,14 +648,19 @@ export function ConfigSidebar() { - - {(selection) => ( -
+
+ + {(selection) => ( { @@ -872,9 +880,9 @@ export function ConfigSidebar() { )} -
- )} - + )} + +
); } From 31093a1ea313b895d9a04e33e1b63cf8895ef630 Mon Sep 17 00:00:00 2001 From: ameer2468 <33054370+ameer2468@users.noreply.github.com> Date: Tue, 4 Nov 2025 19:33:16 +0300 Subject: [PATCH 2/2] Update Header.tsx --- apps/desktop/src/routes/editor/Header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/desktop/src/routes/editor/Header.tsx b/apps/desktop/src/routes/editor/Header.tsx index 5f25c6d078..af14a57b94 100644 --- a/apps/desktop/src/routes/editor/Header.tsx +++ b/apps/desktop/src/routes/editor/Header.tsx @@ -112,7 +112,7 @@ export function Header() { }} tooltipText="Captions" leftIcon={} - comingSoon={!editorState.timeline.selection} + comingSoon={true} /> { @@ -120,7 +120,7 @@ export function Header() { }} tooltipText="Performance" leftIcon={} - comingSoon={!editorState.timeline.selection} + comingSoon={true} />