From 156ff9c7316b906d88a1d169ae98f2997dae9ea9 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 14 Aug 2026 09:57:44 +0200 Subject: [PATCH 1/3] refactor: split ObjectActions out of the ObjectInfo panel ObjectInfo now shows metadata only. The backend-driven FUNCTIONS buttons/selects move into a new ObjectActions floating panel, anchored bottom-right so it doesn't interfere with ObjectInfo's existing full-height top-right layout. It only renders while there are actions to show. Co-Authored-By: Claude Sonnet 5 --- src/App.vue | 2 + src/components/layout/ObjectActions.vue | 126 ++++++++++++++++++++++++ src/components/layout/ObjectInfo.vue | 63 +----------- 3 files changed, 129 insertions(+), 62 deletions(-) create mode 100644 src/components/layout/ObjectActions.vue diff --git a/src/App.vue b/src/App.vue index d9baa1b..616a2b0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,12 +6,14 @@
+ + + diff --git a/src/components/layout/ObjectInfo.vue b/src/components/layout/ObjectInfo.vue index d69a6cd..d059e1d 100644 --- a/src/components/layout/ObjectInfo.vue +++ b/src/components/layout/ObjectInfo.vue @@ -26,57 +26,6 @@ -
-

- FUNCTIONS -

-
- - - -
-
-