From 959c162fc2f36c03d930e1c2afe530b1a796e235 Mon Sep 17 00:00:00 2001 From: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com> Date: Sat, 21 Oct 2023 11:09:55 -0400 Subject: [PATCH] [photon-client] Styling fixes (#968) --- .../cameras/CameraCalibrationCard.vue | 1 + .../src/components/cameras/CamerasView.vue | 1 + .../dashboard/CameraAndPipelineSelectCard.vue | 8 +++++++- .../components/dashboard/tabs/OutputTab.vue | 10 ++++++---- .../components/dashboard/tabs/TargetsTab.vue | 20 +++++++++++-------- .../settings/ApriltagControlCard.vue | 6 ++---- 6 files changed, 29 insertions(+), 17 deletions(-) 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()" /> { 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. + diff --git a/photon-client/src/components/dashboard/tabs/OutputTab.vue b/photon-client/src/components/dashboard/tabs/OutputTab.vue index 5116b6ee38..bc9fb8ca0c 100644 --- a/photon-client/src/components/dashboard/tabs/OutputTab.vue +++ b/photon-client/src/components/dashboard/tabs/OutputTab.vue @@ -84,10 +84,11 @@ const interactiveCols = computed( (value) => useCameraSettingsStore().changeCurrentPipelineSetting({ outputShowMultipleTargets: value }, false) " /> - - -