From 589324f6f900f5c8aa9a015e2c9e296aaabff370 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 11 Apr 2026 13:56:07 +0200 Subject: [PATCH] Refactor toolbar buttons in App.tsx --- src/app/App.tsx | 157 ++---------------------------------------------- 1 file changed, 4 insertions(+), 153 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 4311a7ae..27d08e12 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -7253,20 +7253,7 @@ export function App({ store, initialStatusMessage }: AppProps) { }} /> - - -
- -
- -
- {VIEWPORT_LAYOUT_MODES.map((mode) => ( - - ))} -
- -
- - - -
- -
- {WHITEBOX_SELECTION_MODES.map((mode) => ( - - ))} -
- -
- - - -
- -