From 940e1860b7416f23087b863a24a911c6b53dc57c Mon Sep 17 00:00:00 2001 From: Dicken Date: Thu, 18 Jun 2026 11:55:22 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Dashboard-Badge=20=E2=86=92=20Favoriten?= =?UTF-8?q?-Tab,=20=E2=9D=A4=20Button=20im=20Modal,=20xREL=20f=C3=BCr=20TV?= =?UTF-8?q?=20ausblenden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.jsx | 5 +++-- frontend/src/tools/media.jsx | 33 +++++++++++++++++++++++++-------- 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index f90be49..5c91d04 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1983,7 +1983,7 @@ function Dashboard({ toast, mobile, setActive, setDevToolsNav, unreadMsgs=0, unr {/* Unquittierte Favoriten für alle User */} {unackedFavs > 0 && ( - + {onToggleFav && detail && ( + + )} {/* Scrollbarer Inhalt */}
@@ -1042,7 +1059,7 @@ function MovieModal({ tmdbId, mediaType='movie', onClose, mobile, onHasXrel, noY
) : null; })()} -
+ {mediaType !== 'tv' &&
RELEASES (XREL.TO)
- {xrel !== null && xrel.length === 0 && ( + {mediaType !== 'tv' && xrel !== null && xrel.length === 0 && (
Keine deutschen Releases gefunden