From 4c53ba2cb51521b937d320099ea0e3acd7c5b2c9 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 11 Apr 2026 13:56:26 +0200 Subject: [PATCH] Add toolbar with various buttons and settings to App component --- src/app/App.tsx | 154 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 27d08e12..7ad1045a 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -7574,6 +7574,160 @@ export function App({ store, initialStatusMessage }: AppProps) { className={`viewport-region viewport-region--${layoutMode}`} data-testid="viewport-shell" > +
+
+
+ +
+ +
+ {VIEWPORT_LAYOUT_MODES.map((mode) => ( + + ))} +
+ +
+ + + +
+ +
+ {WHITEBOX_SELECTION_MODES.map((mode) => ( + + ))} +
+ +
+ + + +
+
+
+