From 05737af18e4c891dbaa69feccd3a5cb7b1ed8030 Mon Sep 17 00:00:00 2001 From: Dicken Date: Mon, 25 May 2026 23:54:10 +0200 Subject: [PATCH] Dateien nach "frontend/src" hochladen --- frontend/src/icons.jsx | 2 ++ frontend/src/toolRegistry.js | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/icons.jsx b/frontend/src/icons.jsx index f3d862f..c7a085a 100644 --- a/frontend/src/icons.jsx +++ b/frontend/src/icons.jsx @@ -110,6 +110,8 @@ export const UpdateIcon = ({size=20,color='currentColor',sw}) => base(<> export const ChevronIcon = ({size=20,color='currentColor',sw,dir='right'}) => base(<> {dir==='right' && } {dir==='down' && } + {dir==='left' && } + {dir==='up' && } , size, color, sw); export const CameraIcon = ({size=20,color='currentColor',sw}) => base(<> diff --git a/frontend/src/toolRegistry.js b/frontend/src/toolRegistry.js index b84ce3b..42a03cd 100644 --- a/frontend/src/toolRegistry.js +++ b/frontend/src/toolRegistry.js @@ -1,5 +1,6 @@ import Kalkulator3D, { SavedList } from './tools/kalkulator3d.jsx'; -import { CalculatorIcon, ArchiveIcon } from './icons.jsx'; +import { CalculatorIcon, ArchiveIcon, AppsIcon } from './icons.jsx'; +import Bestellungen from './tools/bestellungen.jsx'; // ══════════════════════════════════════════════════════════════════════════════ // Tool-Registry