From 941bf7aa3e483273c2d5cec921b9b47b2aa34523 Mon Sep 17 00:00:00 2001 From: gilles Date: Sun, 22 Feb 2026 12:25:11 +0100 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20composant=20PhotoGallery=20r?= =?UTF-8?q?=C3=A9utilisable=20avec=20lightbox=20et=20upload?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/components/PhotoGallery.vue | 117 +++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 frontend/src/components/PhotoGallery.vue diff --git a/frontend/src/components/PhotoGallery.vue b/frontend/src/components/PhotoGallery.vue new file mode 100644 index 0000000..6d6446c --- /dev/null +++ b/frontend/src/components/PhotoGallery.vue @@ -0,0 +1,117 @@ + + +