From 9a1a8884e72c2788a30c3a333950b6ea949e9b9e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 11 Apr 2026 03:49:37 +0200 Subject: [PATCH] Refactor scene controls and add new scene button in App.tsx --- src/app/App.tsx | 57 +++++++++++++++++++++++++++++++++++-------------- 1 file changed, 41 insertions(+), 16 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index e19ae3b3..515ddf1c 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -6528,22 +6528,47 @@ export function App({ store, initialStatusMessage }: AppProps) { return (
- +
+ + + +