diff --git a/DONE.md b/DONE.md index bb7a118..41fa7fd 100644 --- a/DONE.md +++ b/DONE.md @@ -27,3 +27,14 @@ - [x] Lien du titre : passer le hover de bleu (`hover:text-blue-600`) à vert (`hover:text-green-500`) - [x] Icône monitoring : remplacer `BellIcon` / `BellSlashIcon` par `BookmarkIcon` / `BookmarkSlashIcon` - [x] Supprimer le padding du wrapper + `container mx-auto` pour tableau pleine largeur + +--- + +## [UI] Restyling vue grille des mangas — 2026-03-14 + +> Branche : `style/restyling-manga-grid` | Commit : `9a4fb26` + +- [x] **Réduire la taille des cards** : grille plus dense (cols-3/4/5/7/8 selon breakpoint, gap-2) +- [x] **Supprimer les arrondis** : retrait de `rounded-lg` et `hover:scale-105` +- [x] **Overlay icônes au survol** : gradient + 3 boutons (éditer, sources, rafraîchir) en bas à gauche de la cover, visibles au `group-hover` +- [x] MangaCard émet les événements, MangaGrid gère les modales (edit, sources, refresh) diff --git a/assets/vue/app/domain/manga/presentation/components/MangaCard.vue b/assets/vue/app/domain/manga/presentation/components/MangaCard.vue index 17ad77f..8ef99f5 100644 --- a/assets/vue/app/domain/manga/presentation/components/MangaCard.vue +++ b/assets/vue/app/domain/manga/presentation/components/MangaCard.vue @@ -1,27 +1,60 @@ diff --git a/assets/vue/app/domain/manga/presentation/components/MangaGrid.vue b/assets/vue/app/domain/manga/presentation/components/MangaGrid.vue index af72446..089299f 100644 --- a/assets/vue/app/domain/manga/presentation/components/MangaGrid.vue +++ b/assets/vue/app/domain/manga/presentation/components/MangaGrid.vue @@ -1,16 +1,96 @@