From ce3f081a0a1116d836acffd987bd3f97a949bffb Mon Sep 17 00:00:00 2001 From: Matthieu Date: Mon, 16 Mar 2026 13:52:49 +0100 Subject: [PATCH] refactor(category) : remove quantity field from category structure editor Quantity is now managed per-component on the component edit page, not at the category level. Co-Authored-By: Claude Opus 4.6 (1M context) --- app/components/StructureNodeEditor.vue | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/app/components/StructureNodeEditor.vue b/app/components/StructureNodeEditor.vue index 660ee45..3612258 100644 --- a/app/components/StructureNodeEditor.vue +++ b/app/components/StructureNodeEditor.vue @@ -258,18 +258,7 @@ {{ piece.typePieceId ? `Sélection : ${getPieceTypeLabel(piece.typePieceId) || 'Inconnue'}` : 'Aucune famille sélectionnée' }}