From e59f6bcd49de6fc10921d61d6e6d5ec3774f066c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 22 Apr 2026 17:23:52 +0200 Subject: [PATCH] auto-git: [change] src/app/App.tsx [change] tests/domain/runtime-project-time.test.ts --- src/app/App.tsx | 63 +++++++++++++---------- tests/domain/runtime-project-time.test.ts | 28 ++++++---- 2 files changed, 53 insertions(+), 38 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index b69ee3d0..abfa7afc 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -2474,7 +2474,10 @@ export function App({ store, initialStatusMessage }: AppProps) { const cameraRigActorOptions = Array.from( new Set( entityList - .filter((entity): entity is Extract => entity.kind === "npc") + .filter( + (entity): entity is Extract => + entity.kind === "npc" + ) .map((entity) => entity.actorId) ) ).sort((left, right) => left.localeCompare(right)); @@ -15084,14 +15087,14 @@ export function App({ store, initialStatusMessage }: AppProps) { -
-
Celestial Orbits
-
- These angles drive the time-aware sun and moon paths in - the editor viewport and runner. Base peak altitude is - the 12-hour reference height; longer or shorter - day/night windows shift the orbit automatically. -
+
+
Celestial Orbits
+
+ These angles drive the time-aware sun and moon paths in + the editor viewport and runner. Base peak altitude is the + 12-hour reference height; longer or shorter day/night + windows shift the orbit automatically. +