From 53599642e69e4f4de9947a4236de987d05b068f3 Mon Sep 17 00:00:00 2001 From: CodexAdrian <83074853+CodexAdrian@users.noreply.github.com> Date: Wed, 3 May 2023 14:48:04 -0400 Subject: [PATCH] LoadingBar --- theseus_gui/src/components/ui/ProgressBar.vue | 33 +++++++++++ .../src/components/ui/RunningAppBar.vue | 55 ++++++++++++++----- theseus_gui/src/pages/instance/Index.vue | 8 ++- 3 files changed, 82 insertions(+), 14 deletions(-) create mode 100644 theseus_gui/src/components/ui/ProgressBar.vue diff --git a/theseus_gui/src/components/ui/ProgressBar.vue b/theseus_gui/src/components/ui/ProgressBar.vue new file mode 100644 index 000000000..fe8b05ba6 --- /dev/null +++ b/theseus_gui/src/components/ui/ProgressBar.vue @@ -0,0 +1,33 @@ + + + + + diff --git a/theseus_gui/src/components/ui/RunningAppBar.vue b/theseus_gui/src/components/ui/RunningAppBar.vue index 54557e406..cd49f7505 100644 --- a/theseus_gui/src/components/ui/RunningAppBar.vue +++ b/theseus_gui/src/components/ui/RunningAppBar.vue @@ -33,21 +33,21 @@ - -
- -
-
+ + +
+

{{ loadingBar.bar_type.PackDownload.pack_name }} -

-
{{ Math.round(loadingBar.current) }} % {{ loadingBar.message }}
+ + +
{{ loadingBar.message }}
-
- + +