From 3a5a7488dd64f558652c5395c9f8b4c7046ff5d0 Mon Sep 17 00:00:00 2001 From: Antonio Anaya Date: Tue, 21 Apr 2026 23:29:24 -0600 Subject: [PATCH] ui_migration refactor(store) use pinia stores in components --- webapp/src/App.vue | 268 +++++++++--------- webapp/src/components/appContent.vue | 4 +- .../genericComponents/miniStreamDisplay.vue | 7 +- .../genericComponents/progressBar.vue | 6 +- .../genericComponents/tabContent.vue | 10 +- .../components/genericComponents/tabIcon.vue | 6 +- .../labThingsComponents/actionButton.vue | 2 +- .../labThingsComponents/actionProgressBar.vue | 2 +- .../labThingsComponents/propertyControl.vue | 8 +- webapp/src/components/loadingContent.vue | 16 +- .../cameraMainCalibrationStep.vue | 5 +- .../aboutComponents/devTools.vue | 27 +- .../tabContentComponents/actionTab.vue | 2 +- .../controlComponents/stageControlButtons.vue | 14 +- .../tabContentComponents/loggingContent.vue | 7 +- .../tabContentComponents/powerContent.vue | 9 +- .../scanListComponents/scanCard.vue | 7 +- .../tabContentComponents/scanListContent.vue | 45 ++- .../settingsComponents/cameraSettings.vue | 7 +- .../displaySettingsComponents/appSettings.vue | 12 +- .../streamSettings.vue | 8 +- .../stageControlSettings.vue | 45 +-- .../slideScanComponents/slideScanControls.vue | 4 + .../tabContentComponents/slideScanContent.vue | 6 +- .../tabContentComponents/streamContent.vue | 30 +- 25 files changed, 284 insertions(+), 273 deletions(-) diff --git a/webapp/src/App.vue b/webapp/src/App.vue index ddca5363..d975c2c4 100644 --- a/webapp/src/App.vue +++ b/webapp/src/App.vue @@ -2,8 +2,8 @@
- - + +