From ed58f69275530e6ba01138d262919ed544df5ac9 Mon Sep 17 00:00:00 2001 From: Gold856 <117957790+Gold856@users.noreply.github.com> Date: Sun, 13 Jul 2025 17:28:45 -0400 Subject: [PATCH] Dynamically import dependencies that are not critical to viewing the UI (#2001) --- .../src/components/app/photon-3d-visualizer.vue | 15 +++++++++------ .../components/cameras/CameraCalibrationCard.vue | 12 +++++++----- .../src/components/dashboard/tabs/Map3DTab.vue | 7 ++++++- .../components/settings/ApriltagControlCard.vue | 2 +- photon-client/src/plugins/vuetify.ts | 2 +- photon-client/src/views/GeneralSettingsView.vue | 7 ++++++- 6 files changed, 30 insertions(+), 15 deletions(-) diff --git a/photon-client/src/components/app/photon-3d-visualizer.vue b/photon-client/src/components/app/photon-3d-visualizer.vue index caa3070cc..52e98e7a7 100644 --- a/photon-client/src/components/app/photon-3d-visualizer.vue +++ b/photon-client/src/components/app/photon-3d-visualizer.vue @@ -1,21 +1,24 @@