From 589fa52505385ea9cf65c9f8b7e7977c305f0647 Mon Sep 17 00:00:00 2001 From: Dicken Date: Tue, 26 May 2026 11:52:49 +0200 Subject: [PATCH] Dateien nach "frontend/src" hochladen --- frontend/src/App.jsx | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 17dcc00..98b6a9b 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -153,7 +153,7 @@ function UpdateModal({ data, onClose }) {
{r.body}
))} -
+
Update: docker compose up -d --build
@@ -221,16 +221,18 @@ function Sidebar({ active, setActive, user, onLogout, updateInfo, onUpdateClick {/* Apps Sektion mit Gruppenüberschriften */} - {appsOpen && getGroupedTools().map(([group, tools]) => (
@@ -434,7 +436,7 @@ function QuickLinks({ toast, mobile }) { {/* Link-Grid */} {links.length === 0 && !editMode - ?
Tippe auf "✎" um Links hinzuzufügen.
+ ?
Tippe auf "✎" um Links hinzuzufügen.
:
{links.map(l => (
@@ -544,7 +546,7 @@ function TodoList({ toast }) { border:'1.5px solid rgba(78,205,196,0.5)', background:'transparent', }} /> {item.text} - +
))} {done.length > 0 && ( @@ -558,7 +560,7 @@ function TodoList({ toast }) { color:'#4ecdc4', fontSize:12, lineHeight:1, }}>✓ {item.text} - +
))} @@ -633,7 +635,7 @@ function BestellStats() { {open && (
{!stats ? ( -
Lädt…
+
Lädt…
) : ( <>