From 22ba9a8d0504c8b966b477d20e297e44b2f3486e Mon Sep 17 00:00:00 2001 From: Matthieu Date: Thu, 12 Mar 2026 12:11:58 +0100 Subject: [PATCH] feat(piece) : add quantity input to composant structure editor Co-Authored-By: Claude Opus 4.6 --- app/components/StructureNodeEditor.vue | 12 ++++++++++++ app/composables/useStructureNodeCrud.ts | 1 + 2 files changed, 13 insertions(+) diff --git a/app/components/StructureNodeEditor.vue b/app/components/StructureNodeEditor.vue index 96af614..69dd4c4 100644 --- a/app/components/StructureNodeEditor.vue +++ b/app/components/StructureNodeEditor.vue @@ -280,6 +280,18 @@ {{ piece.typePieceId ? `Sélection : ${getPieceTypeLabel(piece.typePieceId) || 'Inconnue'}` : 'Aucune famille sélectionnée' }}

+
+ + +