From 1477106459a6703037e0f7169fb7734f63bc88dd Mon Sep 17 00:00:00 2001 From: "ext.jeremy.guillot@maxicoffee.domains" Date: Sun, 15 Mar 2026 19:42:35 +0100 Subject: [PATCH] =?UTF-8?q?style(import):=20simplifier=20et=20harmoniser?= =?UTF-8?q?=20l'interface=20d'import=20de=20biblioth=C3=A8que?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - NewImportPage : layout flex/h-full + bg-gray-50 cohérent avec ConversionPage, Toolbar sombre pour les actions (sélection auto, importer, effacer), suppression du grand header h1 et du confirm() natif, ImportResults seul affiché en fin de session - FileImportCard : en-tête compact avec actions inline (import + ×), suppression du bloc "selected manga preview" redondant, SVG inline remplacés par Heroicons, grille de correspondances élargie - MangaMatchCard : suppression de la barre de score (doublon) et des slugs alternatifs, carte compacte avec coche de sélection Heroicons --- .../components/FileImportCard.vue | 310 +++++++----------- .../components/MangaMatchCard.vue | 139 ++------ .../presentation/pages/NewImportPage.vue | 184 +++++------ 3 files changed, 226 insertions(+), 407 deletions(-) diff --git a/assets/vue/app/domain/import/presentation/components/FileImportCard.vue b/assets/vue/app/domain/import/presentation/components/FileImportCard.vue index e2cd7f7..5ca98f3 100644 --- a/assets/vue/app/domain/import/presentation/components/FileImportCard.vue +++ b/assets/vue/app/domain/import/presentation/components/FileImportCard.vue @@ -1,228 +1,150 @@ diff --git a/assets/vue/app/domain/import/presentation/components/MangaMatchCard.vue b/assets/vue/app/domain/import/presentation/components/MangaMatchCard.vue index 468a779..b12acf5 100644 --- a/assets/vue/app/domain/import/presentation/components/MangaMatchCard.vue +++ b/assets/vue/app/domain/import/presentation/components/MangaMatchCard.vue @@ -1,116 +1,47 @@ - - - - diff --git a/assets/vue/app/domain/import/presentation/pages/NewImportPage.vue b/assets/vue/app/domain/import/presentation/pages/NewImportPage.vue index 4904204..3694f6d 100644 --- a/assets/vue/app/domain/import/presentation/pages/NewImportPage.vue +++ b/assets/vue/app/domain/import/presentation/pages/NewImportPage.vue @@ -1,115 +1,94 @@