From 2d3ce2ca436521368a3c69657d3fe8a3aed22839 Mon Sep 17 00:00:00 2001 From: AUTIN Tristan Date: Fri, 16 Jan 2026 10:18:12 +0100 Subject: [PATCH] =?UTF-8?q?feat=20:=20ajout=20d'une=20gestion=20d'erreur?= =?UTF-8?q?=20au=20global=20c=C3=B4t=C3=A9=20front=20avec=20la=20lib=20toa?= =?UTF-8?q?ster=20et=20I18n=20pour=20centraliser=20les=20messages=20d'erre?= =?UTF-8?q?ur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 73 +- AGENTS.md | 7 + frontend/assets/css/toast.css | 18 + frontend/composables/useApi.ts | 53 +- frontend/i18n/locales/fr.json | 23 + frontend/nuxt.config.ts | 25 +- frontend/package-lock.json | 2438 +++++++++++++++++++++++++++++++- frontend/package.json | 1 + frontend/services/reception.ts | 27 +- 9 files changed, 2612 insertions(+), 53 deletions(-) create mode 100644 frontend/assets/css/toast.css create mode 100644 frontend/i18n/locales/fr.json diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b364c8e..a2ac8ef 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,27 +4,15 @@