Skip to content

Commit 5a10ebc

Browse files
committed
Add loading progress bar to MainComponent.vue
1 parent 87891c5 commit 5a10ebc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/MainComponent.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<!-- API Error Message -->
2222
<div v-if="apiError" class="error-message" v-html="apiError"></div>
2323
<div v-if="!apiError">
24+
<v-progress-linear v-if="!metricsReady" indeterminate color="indigo"></v-progress-linear>
2425
<v-window v-if="metricsReady" v-model="tab">
2526
<v-window-item v-for="item in items" :key="item" :value="item">
2627
<v-card flat>

0 commit comments

Comments
 (0)