From 8215cafbae36e09a7392043c2c6f2453462c7fbe Mon Sep 17 00:00:00 2001 From: Gold856 <117957790+Gold856@users.noreply.github.com> Date: Sun, 13 Jul 2025 21:56:19 -0400 Subject: [PATCH] Fix camera calibration card contents completely vanishing during calibration (#1998) ## Description Per https://github.com/PhotonVision/photonvision/pull/1972#issuecomment-3066574742, camera calibration got broken because I accidently hid the entire contents of the camera calibration card in #1972. Now, v-show is only applied to the calibration table so that only the calibration table is hidden during calibration. ## Meta Merge checklist: - [x] Pull Request title is [short, imperative summary](https://cbea.ms/git-commit/) of proposed changes - [x] The description documents the _what_ and _why_ - [ ] If this PR changes behavior or adds a feature, user documentation is updated - [ ] If this PR touches photon-serde, all messages have been regenerated and hashes have not changed unexpectedly - [ ] If this PR touches configuration, this is backwards compatible with settings back to v2024.3.1 - [ ] If this PR touches pipeline settings or anything related to data exchange, the frontend typing is updated - [ ] If this PR addresses a bug, a regression test for it is added --- .../cameras/CameraCalibrationCard.vue | 68 ++++++++++--------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/photon-client/src/components/cameras/CameraCalibrationCard.vue b/photon-client/src/components/cameras/CameraCalibrationCard.vue index 359fd005e..a33fcab4c 100644 --- a/photon-client/src/components/cameras/CameraCalibrationCard.vue +++ b/photon-client/src/components/cameras/CameraCalibrationCard.vue @@ -218,39 +218,41 @@ const setSelectedVideoFormat = (format: VideoFormat) => {