From d51c3446dbcbefacfa045b27599dbed036fa84ab Mon Sep 17 00:00:00 2001 From: DevonRD Date: Mon, 2 Feb 2026 01:51:01 -0500 Subject: [PATCH 1/3] add info icon --- .../cameras/CameraCalibrationCard.vue | 39 ++++++++++++------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/photon-client/src/components/cameras/CameraCalibrationCard.vue b/photon-client/src/components/cameras/CameraCalibrationCard.vue index 39527df72c..a4e92632ad 100644 --- a/photon-client/src/components/cameras/CameraCalibrationCard.vue +++ b/photon-client/src/components/cameras/CameraCalibrationCard.vue @@ -14,6 +14,7 @@ import { getResolutionString, resolutionsAreEqual } from "@/lib/PhotonUtils"; import CameraCalibrationInfoCard from "@/components/cameras/CameraCalibrationInfoCard.vue"; import { useSettingsStore } from "@/stores/settings/GeneralSettingsStore"; import { useTheme } from "vuetify"; +import TooltippedLabel from "@/components/common/pv-tooltipped-label.vue"; const PromptRegular = import("@/assets/fonts/PromptRegular"); const jspdf = import("jspdf"); @@ -243,7 +244,14 @@ const setSelectedVideoFormat = (format: VideoFormat) => { Camera Calibration - Current Calibrations +
+ +
@@ -282,22 +290,10 @@ const setSelectedVideoFormat = (format: VideoFormat) => {
- Configure New Calibration - { " />
-
+ +
Date: Mon, 2 Feb 2026 02:00:25 -0500 Subject: [PATCH 2/3] slight spacing adjustment --- .../src/components/cameras/CameraCalibrationCard.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/photon-client/src/components/cameras/CameraCalibrationCard.vue b/photon-client/src/components/cameras/CameraCalibrationCard.vue index a4e92632ad..14867ec631 100644 --- a/photon-client/src/components/cameras/CameraCalibrationCard.vue +++ b/photon-client/src/components/cameras/CameraCalibrationCard.vue @@ -244,7 +244,7 @@ const setSelectedVideoFormat = (format: VideoFormat) => { Camera Calibration -
+
{
- Configure New Calibration From 4f5aebb00e1fab993d3b608538f2f3b576200893 Mon Sep 17 00:00:00 2001 From: Sam Freund Date: Mon, 2 Feb 2026 18:01:57 -0600 Subject: [PATCH 3/3] Add info about import/export --- photon-client/src/components/cameras/CameraCalibrationCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photon-client/src/components/cameras/CameraCalibrationCard.vue b/photon-client/src/components/cameras/CameraCalibrationCard.vue index 14867ec631..c6ca06dcbc 100644 --- a/photon-client/src/components/cameras/CameraCalibrationCard.vue +++ b/photon-client/src/components/cameras/CameraCalibrationCard.vue @@ -249,7 +249,7 @@ const setSelectedVideoFormat = (format: VideoFormat) => { label="Curent Calibrations" icon="mdi-information" location="top" - tooltip="Click on a resolution to view detailed calibration information." + tooltip="Click on a resolution to view detailed calibration information and import/export a calibration." />