From 615d3d526c5e65c69b130cde83958a6e0227fff2 Mon Sep 17 00:00:00 2001 From: Matteo Date: Mon, 9 Feb 2026 10:07:18 +0100 Subject: [PATCH 1/7] =?UTF-8?q?feat=20:=20Cr=C3=A9ation=20d'une=20page=20d?= =?UTF-8?q?'administration=20listing=20des=20fournisseurs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 55 ++++++++++++++-------- frontend/layouts/admin.vue | 9 +++- frontend/pages/admin/supplierList.vue | 68 +++++++++++++++++++++++++++ 3 files changed, 111 insertions(+), 21 deletions(-) create mode 100644 frontend/pages/admin/supplierList.vue diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b6ed85b..086b8dd 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,10 +4,11 @@