From 6eae3310ad974fc6c1e81710bd420a61d6b45b7e Mon Sep 17 00:00:00 2001 From: Yiannis Christodoulou Date: Mon, 8 Dec 2025 17:05:23 +0200 Subject: [PATCH] feat: Improve Visual Distinction Between Trim and Chapters Editors --- frontend-tools/chapters-editor/client/src/App.tsx | 7 +++++++ .../client/src/styles/TimelineControls.css | 15 ++++++++++----- frontend-tools/video-editor/client/src/App.tsx | 7 +++++++ .../client/src/styles/TimelineControls.css | 15 ++++++++++----- 4 files changed, 34 insertions(+), 10 deletions(-) diff --git a/frontend-tools/chapters-editor/client/src/App.tsx b/frontend-tools/chapters-editor/client/src/App.tsx index 4e0b8f1c..0e2fcf23 100644 --- a/frontend-tools/chapters-editor/client/src/App.tsx +++ b/frontend-tools/chapters-editor/client/src/App.tsx @@ -150,6 +150,13 @@ const App = () => { canRedo={historyPosition < history.length - 1} /> + {/* Timeline Header */} +
+

+ Add Chapters +

+
+ {/* Timeline Controls */} { canRedo={historyPosition < history.length - 1} /> + {/* Timeline Header */} +
+

+ Trim or Split +

+
+ {/* Timeline Controls */}