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…
) : ( <>