From f81304846251b82a128013ce0800a2cc1b71e744 Mon Sep 17 00:00:00 2001 From: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com> Date: Sun, 18 Jun 2023 00:05:46 -0400 Subject: [PATCH] [PhotonClient] Fix misc bugs and dataflow errors (#861) Fixes leftover bugs from #767 and #856 - Because new URLs aren't based on hash URL schemas, all the routes need to be updated to final paths instead of relative ones that were previously caught by the hash URL - Fixed misc Vue warnings pointed out by @mcm001 --- photon-client/src/App.vue | 10 +++++----- .../components/pipeline/CameraAndPipelineSelect.vue | 12 ++++++------ photon-client/src/views/CamerasView.vue | 5 +---- photon-client/src/views/PipelineView.vue | 2 +- .../src/views/SettingsViews/DeviceControl.vue | 2 +- photon-client/src/views/SettingsViews/Lighting.vue | 2 +- 6 files changed, 15 insertions(+), 18 deletions(-) diff --git a/photon-client/src/App.vue b/photon-client/src/App.vue index 6e0ecd001..164253f09 100644 --- a/photon-client/src/App.vue +++ b/photon-client/src/App.vue @@ -32,7 +32,7 @@ @@ -45,7 +45,7 @@ @@ -57,7 +57,7 @@ @@ -69,7 +69,7 @@ mdi-bookshelf @@ -197,7 +197,7 @@ PhotonVision cannot connect to the NetworkTables Server. Please visit the diff --git a/photon-client/src/components/pipeline/CameraAndPipelineSelect.vue b/photon-client/src/components/pipeline/CameraAndPipelineSelect.vue index d0271a1a0..7fd3a1ccd 100644 --- a/photon-client/src/components/pipeline/CameraAndPipelineSelect.vue +++ b/photon-client/src/components/pipeline/CameraAndPipelineSelect.vue @@ -144,7 +144,7 @@