summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-07-17 17:38:12 +0300
committerDerick Montague <derick.montague@ibm.com>2020-07-21 07:01:56 +0300
commit3559304f98ec05adda43af0035cc9608cf6314af (patch)
treebeeec19a6fe6b59387ed40929a5d4339ee6e25e7
parent01da81870818c364a67d9ba97ca84aec9afbcc4d (diff)
downloadwebui-vue-3559304f98ec05adda43af0035cc9608cf6314af.tar.xz
Update LoadingBar component
Adds "striped" and "animated" prop to loading component to improve user experience when saving or loading on a page. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ie1c3c253172486a5915cdc79952271bad846cfde
-rw-r--r--src/components/Global/LoadingBar.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Global/LoadingBar.vue b/src/components/Global/LoadingBar.vue
index ee333404..d1736d6a 100644
--- a/src/components/Global/LoadingBar.vue
+++ b/src/components/Global/LoadingBar.vue
@@ -2,6 +2,8 @@
<transition name="fade">
<b-progress v-if="!isLoadingComplete" height="0.4rem">
<b-progress-bar
+ striped
+ animated
:value="loadingIndicatorValue"
:aria-label="$t('global.ariaLabel.progressBar')"
/>