From f13f964c1ab07f78907fb105e68b8f80d47cd464 Mon Sep 17 00:00:00 2001 From: Arturo Manzoli Date: Tue, 22 Oct 2024 16:23:09 -0300 Subject: [PATCH 1/2] Mission-planner: Fix loaction of mission's upload and download linear progress bar Signed-off-by: Arturo Manzoli --- src/components/widgets/Map.vue | 12 ++++++++++++ src/views/MissionPlanningView.vue | 14 ++++++++++++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/components/widgets/Map.vue b/src/components/widgets/Map.vue index 82ee8af7c..5d1f023c6 100644 --- a/src/components/widgets/Map.vue +++ b/src/components/widgets/Map.vue @@ -81,7 +81,15 @@ absolute bottom color="white" + :style="`top: ${topProgressBarDisplacement}`" /> +

+ Loading mission... +