From 0da9d7521aea84733769842ca01c5f5c44aeb0ef Mon Sep 17 00:00:00 2001 From: Matthieu Date: Thu, 21 May 2026 09:15:48 +0200 Subject: [PATCH] =?UTF-8?q?feat(ui)=20:=20composant=20AppModal=20r=C3=A9ut?= =?UTF-8?q?ilisable=20(header=20fixe=20/=20body=20scrollable=20/=20footer?= =?UTF-8?q?=20sticky)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/components/ui/AppModal.vue | 87 +++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 frontend/components/ui/AppModal.vue diff --git a/frontend/components/ui/AppModal.vue b/frontend/components/ui/AppModal.vue new file mode 100644 index 0000000..e949ec5 --- /dev/null +++ b/frontend/components/ui/AppModal.vue @@ -0,0 +1,87 @@ + + + + +