Skip to content

Commit

Permalink
hide results when query loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Danilenko committed Feb 21, 2024
1 parent 1630010 commit c8d64ad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/ChannelsStat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,11 @@ load();
</script>

<template>
<v-progress-linear indeterminate color="yellow-darken-2" v-if="loading"></v-progress-linear>
<v-progress-linear indeterminate :height="12" color="yellow-darken-2" v-if="loading">
Don't panic, loading freeze is not equal fail, please have patience and wait
</v-progress-linear>

<div v-if="!loading">
<v-card>
<v-card-title>
<v-select @update:modelValue="makeChannelChart" v-model="channelChartKey" :items="channelChartKeys">
Expand Down Expand Up @@ -152,6 +156,7 @@ load();
</v-data-table>
</v-card-text>
</v-card>
</div>
</template>

<style scoped>
Expand Down

0 comments on commit c8d64ad

Please sign in to comment.