From b05bd98f63238caabb19213b8cb3bc42ee23fe47 Mon Sep 17 00:00:00 2001 From: "ext.jeremy.guillot@maxicoffee.domains" Date: Thu, 16 Oct 2025 15:44:01 +0200 Subject: [PATCH] feat: affichage des cartes lors de l'analyse --- .../components/FileImportCard.vue | 48 ++++---- .../components/MangaMatchCard.vue | 112 ++++++++++++++++++ 2 files changed, 137 insertions(+), 23 deletions(-) create mode 100644 assets/vue/app/domain/import/presentation/components/MangaMatchCard.vue diff --git a/assets/vue/app/domain/import/presentation/components/FileImportCard.vue b/assets/vue/app/domain/import/presentation/components/FileImportCard.vue index 3d6290f..ec1c2ba 100644 --- a/assets/vue/app/domain/import/presentation/components/FileImportCard.vue +++ b/assets/vue/app/domain/import/presentation/components/FileImportCard.vue @@ -53,27 +53,24 @@
-
-
+

{{ file.selectedManga.title }}

{{ file.selectedManga.slug }}

+

Score: {{ file.selectedManga.matchScore }}%

@@ -178,6 +176,8 @@