From 46af62483f59dc88ec4b39fbf471d281c213da3f Mon Sep 17 00:00:00 2001 From: AUTIN Tristan Date: Tue, 13 Jan 2026 16:05:49 +0100 Subject: [PATCH] =?UTF-8?q?feat=20:=20Ajout=20d'un=20composable=20pour=20l?= =?UTF-8?q?a=20pes=C3=A9e=20qui=20sera=20r=C3=A9utilisable=20pour=20l'exp?= =?UTF-8?q?=C3=A9dition,=20ajout=20de=20contrainte=20sur=20les=20entity=20?= =?UTF-8?q?de=20reception=20et=20weight=20pour=20plus=20de=20robustesse=20?= =?UTF-8?q?et=20correction=20de=20la=20class=20active=20des=20liens=20dans?= =?UTF-8?q?=20la=20nav?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 29 +++-- .../components/reception/reception-weight.vue | 81 +++---------- frontend/composables/useWeighing.ts | 109 ++++++++++++++++++ frontend/layouts/default.vue | 7 +- frontend/pages/reception/[[id]].vue | 4 +- src/Entity/Weight.php | 7 ++ 6 files changed, 157 insertions(+), 80 deletions(-) create mode 100644 frontend/composables/useWeighing.ts diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b9f3682..10647e1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,23 +4,13 @@