From 59f9a657a464a5903864eb4af0e9243349bce946 Mon Sep 17 00:00:00 2001 From: Froidefond Julien Date: Fri, 27 Mar 2026 08:31:27 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20lien=20vers=20la=20page=20s=C3=A9rie=20?= =?UTF-8?q?sur=20les=20r=C3=A9sultats=20de=20d=C3=A9tection?= 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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/backoffice/app/(app)/downloads/DownloadsPage.tsx b/apps/backoffice/app/(app)/downloads/DownloadsPage.tsx index f072cbc..4eb8238 100644 --- a/apps/backoffice/app/(app)/downloads/DownloadsPage.tsx +++ b/apps/backoffice/app/(app)/downloads/DownloadsPage.tsx @@ -2,6 +2,7 @@ import { useState, useEffect, useCallback } from "react"; import { createPortal } from "react-dom"; +import Link from "next/link"; import { TorrentDownloadDto, LatestFoundPerLibraryDto } from "@/lib/api"; import { Card, CardContent, CardHeader, CardTitle, Button, Icon } from "@/app/components/ui"; import { QbittorrentProvider, QbittorrentDownloadButton } from "@/app/components/QbittorrentDownloadButton"; @@ -354,7 +355,12 @@ function AvailableLibraryCard({ lib }: { lib: LatestFoundPerLibraryDto }) { {displayResults.map(r => (
- {r.series_name} + + {r.series_name} + {r.missing_count} {t("downloads.missing")}