From d86396e39577e7386273a4f27f83153f5f144b3a Mon Sep 17 00:00:00 2001 From: Froidefond Julien Date: Fri, 27 Mar 2026 13:01:09 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20lien=20vers=20la=20s=C3=A9rie=20sur=20l?= =?UTF-8?q?es=20noms=20dans=20la=20liste=20des=20t=C3=A9l=C3=A9chargements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/backoffice/app/(app)/downloads/DownloadsPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/backoffice/app/(app)/downloads/DownloadsPage.tsx b/apps/backoffice/app/(app)/downloads/DownloadsPage.tsx index 1fb07e5..aba41a0 100644 --- a/apps/backoffice/app/(app)/downloads/DownloadsPage.tsx +++ b/apps/backoffice/app/(app)/downloads/DownloadsPage.tsx @@ -240,7 +240,7 @@ function DownloadRow({ dl, onDeleted }: { dl: TorrentDownloadDto; onDeleted: ()
{/* Desktop: single row */}
- {dl.series_name} + {dl.series_name} {statusLabel(dl.status, t)} @@ -255,7 +255,7 @@ function DownloadRow({ dl, onDeleted }: { dl: TorrentDownloadDto; onDeleted: () {/* Mobile: stacked */}
- {dl.series_name} + {dl.series_name} {statusLabel(dl.status, t)}