From 76cd3fac98384bafb41d127c0c0186255174404e Mon Sep 17 00:00:00 2001 From: Matthieu Date: Thu, 30 Oct 2025 11:34:19 +0100 Subject: [PATCH] feat: improve piece structure editor UX --- app/components/PieceModelStructureEditor.vue | 434 ++++++++++++------- 1 file changed, 285 insertions(+), 149 deletions(-) diff --git a/app/components/PieceModelStructureEditor.vue b/app/components/PieceModelStructureEditor.vue index 47245ae..fd65a83 100644 --- a/app/components/PieceModelStructureEditor.vue +++ b/app/components/PieceModelStructureEditor.vue @@ -1,185 +1,240 @@