From 5757517d84549cbd8760c0692027b032054d0f6e Mon Sep 17 00:00:00 2001 From: Froidefond Julien Date: Sun, 29 Mar 2026 17:58:13 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20harmoniser=20la=20hauteur=20des=20bouton?= =?UTF-8?q?s=20dans=20la=20toolbar=20s=C3=A9rie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ProwlarrSearchModal: py-2 → py-1.5, gap-2 → gap-1.5 (aligné avec les autres) - DeleteSeriesButton: remplace Button size=sm (h-9) par bouton inline avec py-1.5 cohérent avec le reste de la toolbar Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/backoffice/app/components/DeleteSeriesButton.tsx | 10 +++++----- apps/backoffice/app/components/ProwlarrSearchModal.tsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/backoffice/app/components/DeleteSeriesButton.tsx b/apps/backoffice/app/components/DeleteSeriesButton.tsx index 8b4d3a9..ed89249 100644 --- a/apps/backoffice/app/components/DeleteSeriesButton.tsx +++ b/apps/backoffice/app/components/DeleteSeriesButton.tsx @@ -29,15 +29,15 @@ export function DeleteSeriesButton({ libraryId, seriesName }: { libraryId: strin return ( <> - + {t("seriesDetail.delete")} + setShowConfirm(false)} maxWidth="sm">
diff --git a/apps/backoffice/app/components/ProwlarrSearchModal.tsx b/apps/backoffice/app/components/ProwlarrSearchModal.tsx index 4428878..7455b9d 100644 --- a/apps/backoffice/app/components/ProwlarrSearchModal.tsx +++ b/apps/backoffice/app/components/ProwlarrSearchModal.tsx @@ -340,7 +340,7 @@ export function ProwlarrSearchModal({ seriesName, libraryId, missingBooks, initi