From 9d7222a19e43e439a67dae6822f943fb56d1c3cb Mon Sep 17 00:00:00 2001 From: Gold856 <117957790+Gold856@users.noreply.github.com> Date: Sun, 7 Dec 2025 01:35:49 -0500 Subject: [PATCH] Optimize UI CPU usage (#2168) --- photon-client/src/components/app/photon-sidebar.vue | 3 +-- .../src/stores/settings/CameraSettingsStore.ts | 5 +---- photon-client/src/types/SettingTypes.ts | 4 ++-- photon-client/src/views/CameraMatchingView.vue | 2 +- photon-client/src/views/DashboardView.vue | 13 +++---------- 5 files changed, 8 insertions(+), 19 deletions(-) diff --git a/photon-client/src/components/app/photon-sidebar.vue b/photon-client/src/components/app/photon-sidebar.vue index 2ff34f0fd..7655d32d8 100644 --- a/photon-client/src/components/app/photon-sidebar.vue +++ b/photon-client/src/components/app/photon-sidebar.vue @@ -25,8 +25,7 @@ const renderCompact = computed(() => compact.value || !mdAndUp.value);