From f17a957d6fb80317845c8ce79bfd1cfb1e216aab Mon Sep 17 00:00:00 2001 From: Dicken Date: Thu, 18 Jun 2026 14:36:36 +0200 Subject: [PATCH] fix: initTab vor setActive setzen, keine Auto-Quittierung beim Badge-Klick --- frontend/src/App.jsx | 8 ++++---- frontend/src/tools/media.jsx | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 25320d1..8c267ad 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1903,7 +1903,7 @@ function GlobalSearch({ setActive, setDevToolsNav, mobile }) { } -function Dashboard({ toast, mobile, setActive, setDevToolsNav, unreadMsgs=0, unreadBoard=0, unreadPromoted=0, onBoardRead, unreadChangelog=0, onChangelogRead, unackedFavs=0, onAckFavs, user }) { +function Dashboard({ toast, mobile, setActive, setDevToolsNav, unreadMsgs=0, unreadBoard=0, unreadPromoted=0, onBoardRead, unreadChangelog=0, onChangelogRead, unackedFavs=0, user }) { const [now, setNow] = useState(new Date()); const [showBoard, setShowBoard] = useState(false); const [showChangelog, setShowChangelog] = useState(false); @@ -1983,7 +1983,7 @@ function Dashboard({ toast, mobile, setActive, setDevToolsNav, unreadMsgs=0, unr {/* Unquittierte Favoriten für alle User */} {unackedFavs > 0 && ( -