From 276ef995de776d83583898552e0e3e2266e551f2 Mon Sep 17 00:00:00 2001 From: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:18:55 -0400 Subject: [PATCH 01/10] Show pipeline name in pipeline deletion dialouge --- .../src/components/dashboard/CameraAndPipelineSelectCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photon-client/src/components/dashboard/CameraAndPipelineSelectCard.vue b/photon-client/src/components/dashboard/CameraAndPipelineSelectCard.vue index b01b4a4dd8..defa00303c 100644 --- a/photon-client/src/components/dashboard/CameraAndPipelineSelectCard.vue +++ b/photon-client/src/components/dashboard/CameraAndPipelineSelectCard.vue @@ -340,7 +340,7 @@ useCameraSettingsStore().$subscribe((mutation, state) => { Pipeline Deletion Confirmation - Are you sure you want to delete this pipeline? This cannot be undone. + Are you sure you want to delete the pipeline {{useCameraSettingsStore().currentPipelineSettings.pipelineNickname}}? This cannot be undone. From e99f05870a6ebe226111c04a7c4d15cf8011d6b9 Mon Sep 17 00:00:00 2001 From: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:19:03 -0400 Subject: [PATCH 02/10] fix centering on camera view --- photon-client/src/components/cameras/CamerasView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/photon-client/src/components/cameras/CamerasView.vue b/photon-client/src/components/cameras/CamerasView.vue index 4448dcde1e..b72791afee 100644 --- a/photon-client/src/components/cameras/CamerasView.vue +++ b/photon-client/src/components/cameras/CamerasView.vue @@ -125,6 +125,7 @@ th { .stream-container { display: flex; + justify-content: center; flex-wrap: wrap; align-items: center; gap: 12px; From 55348c84f9c9bc99d8aadfb43cb1584b3a76e8aa Mon Sep 17 00:00:00 2001 From: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:22:02 -0400 Subject: [PATCH 03/10] hide decimation selector unless you are calibrating --- photon-client/src/components/cameras/CameraCalibrationCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/photon-client/src/components/cameras/CameraCalibrationCard.vue b/photon-client/src/components/cameras/CameraCalibrationCard.vue index f9bdbf1332..2c40c28b23 100644 --- a/photon-client/src/components/cameras/CameraCalibrationCard.vue +++ b/photon-client/src/components/cameras/CameraCalibrationCard.vue @@ -233,6 +233,7 @@ const endCalibration = () => { :items="getUniqueVideoResolutionStrings()" /> Date: Thu, 19 Oct 2023 09:26:05 -0400 Subject: [PATCH 04/10] fix issue with pv naming change --- photon-client/src/components/dashboard/tabs/OutputTab.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/photon-client/src/components/dashboard/tabs/OutputTab.vue b/photon-client/src/components/dashboard/tabs/OutputTab.vue index 5116b6ee38..e4a65478eb 100644 --- a/photon-client/src/components/dashboard/tabs/OutputTab.vue +++ b/photon-client/src/components/dashboard/tabs/OutputTab.vue @@ -84,7 +84,7 @@ const interactiveCols = computed( (value) => useCameraSettingsStore().changeCurrentPipelineSetting({ outputShowMultipleTargets: value }, false) " /> - - -