From 6e20dbf00e35df8e8855295b6bd10f048cd74986 Mon Sep 17 00:00:00 2001 From: tristan Date: Wed, 22 Apr 2026 17:59:33 +0200 Subject: [PATCH] =?UTF-8?q?feat=20:=20=C3=A9tape=204/5=20-=20bouton=20Rafr?= =?UTF-8?q?a=C3=AEchir=20l'inventaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Admin only avec confirmation window.confirm au clic - Loader sur le bouton pendant l'appel POST - Toast de succès avec les stats (créés, maj, sortis, total) - reload() du tableau après succès Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/pages/inventory.vue | 53 ++++++++++++++++++++++++++++++++++-- 1 file changed, 50 insertions(+), 3 deletions(-) diff --git a/frontend/pages/inventory.vue b/frontend/pages/inventory.vue index 0cc696b..a708217 100644 --- a/frontend/pages/inventory.vue +++ b/frontend/pages/inventory.vue @@ -1,7 +1,19 @@