From 330a0fac3437f1af6082a7d2c53f6a0d8894c78c Mon Sep 17 00:00:00 2001 From: "ext.jeremy.guillot@maxicoffee.domains" Date: Wed, 23 Jul 2025 16:00:49 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20refonte=20de=20la=20modale=20de=20gesti?= =?UTF-8?q?on=20des=20chapitres=20avec=20un=20design=20Material=20Design,?= =?UTF-8?q?=20ajout=20de=20nouvelles=20fonctionnalit=C3=A9s=20pour=20la=20?= =?UTF-8?q?s=C3=A9paration=20des=20volumes,=20et=20am=C3=A9lioration=20de?= =?UTF-8?q?=20l'interface=20utilisateur.=20Int=C3=A9gration=20de=20nouveau?= =?UTF-8?q?x=20composants=20pour=20une=20meilleure=20exp=C3=A9rience=20uti?= =?UTF-8?q?lisateur=20lors=20de=20la=20gestion=20des=20chapitres=20et=20de?= =?UTF-8?q?s=20volumes.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ManageChaptersModal.vue | 565 ++++++++++++------ 1 file changed, 384 insertions(+), 181 deletions(-) diff --git a/assets/vue/app/domain/manga/presentation/components/ManageChaptersModal.vue b/assets/vue/app/domain/manga/presentation/components/ManageChaptersModal.vue index f5790ef..10ffdb5 100644 --- a/assets/vue/app/domain/manga/presentation/components/ManageChaptersModal.vue +++ b/assets/vue/app/domain/manga/presentation/components/ManageChaptersModal.vue @@ -1,177 +1,207 @@