From 5fe3d563f539218042ac60e23e31b9bc4f556d8e Mon Sep 17 00:00:00 2001 From: Antonio Anaya Date: Fri, 13 Feb 2026 01:58:32 -0600 Subject: [PATCH] ui_migration fix(deps): --preliminary-- fixed replaced v-observe-visibility by vueuse useIntersectionObserver --- .../genericComponents/miniStreamDisplay.vue | 19 ++++++--- .../labThingsComponents/actionButton.vue | 22 +++++++---- .../labThingsComponents/actionStatusModal.vue | 1 - .../labThingsComponents/inputFromSchema.vue | 3 -- .../labThingsComponents/propertyControl.vue | 2 +- .../serverSpecifiedActionButton.vue | 1 - .../serverSpecifiedPropertyControl.vue | 1 - .../modalComponents/calibrationWizard.vue | 8 +++- .../cameraMainCalibrationStep.vue | 1 - .../csmSteps/focusStep.vue | 1 - .../csmSteps/runCsmStep.vue | 1 - .../stepTemplateWithStream.vue | 1 - .../aboutComponents/statusPane.vue | 1 - .../tabContentComponents/aboutContent.vue | 1 - .../paneBackgroundDetect.vue | 16 +++++++- .../backgroundDetectContent.vue | 1 - .../controlComponents/autofocusControl.vue | 1 - .../controlComponents/paneControl.vue | 1 - .../controlComponents/positionControl.vue | 1 - .../tabContentComponents/controlContent.vue | 1 - .../tabContentComponents/loggingContent.vue | 16 +++++++- .../openSeadragonViewer.vue | 30 +++++++++++--- .../scanListComponents/scanCard.vue | 1 - .../scanListComponents/scanViewer.vue | 1 - .../tabContentComponents/scanListContent.vue | 13 ++++++- .../settingsComponents/CSMSettings.vue | 1 - .../CSMCalibrationSettings.vue | 14 ++++++- .../settingsComponents/cameraSettings.vue | 1 - .../cameraCalibrationSettings.vue | 2 +- .../settingsComponents/displaySettings.vue | 1 - .../settingsComponents/stageSettings.vue | 14 ++++++- .../tabContentComponents/slideScanContent.vue | 17 +++++++- .../tabContentComponents/streamContent.vue | 39 +++++++------------ 33 files changed, 154 insertions(+), 80 deletions(-) diff --git a/webapp/src/components/genericComponents/miniStreamDisplay.vue b/webapp/src/components/genericComponents/miniStreamDisplay.vue index d2623334..1f9cafc9 100644 --- a/webapp/src/components/genericComponents/miniStreamDisplay.vue +++ b/webapp/src/components/genericComponents/miniStreamDisplay.vue @@ -2,7 +2,6 @@
diff --git a/webapp/src/components/labThingsComponents/actionButton.vue b/webapp/src/components/labThingsComponents/actionButton.vue index e19e4d8d..38ea5874 100644 --- a/webapp/src/components/labThingsComponents/actionButton.vue +++ b/webapp/src/components/labThingsComponents/actionButton.vue @@ -1,6 +1,7 @@