From 77d8f014e049caa6d3a4d513efa5eaa249e07b9f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 12 Apr 2026 04:34:25 +0200 Subject: [PATCH] Add project time settings panel to App.tsx --- src/app/App.tsx | 94 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 7c155ebb..5d24f124 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -8808,6 +8808,100 @@ export function App({ store, initialStatusMessage }: AppProps) { + +
+
Clock
+
+ {formatTimeOfDayHours( + editorState.projectDocument.time.startTimeOfDayHours + )} +
+
+ Runner sessions begin at the authored start time and keep advancing across scene transitions. +
+
+ +
+
Cycle Settings
+
+ + +
+
+ Default is 24 real minutes for one full 24-hour cycle. +
+
+
+
Background