add progress bar on startup page

This commit is contained in:
Gauthier Roebroeck 2025-11-12 14:38:37 +08:00
parent 6157fdde79
commit 5004e7cd77

View file

@ -2,7 +2,19 @@
<v-container max-width="550px"> <v-container max-width="550px">
<v-row justify="center"> <v-row justify="center">
<v-col> <v-col>
<v-img src="@/assets/logo.svg" /> <v-img
src="@/assets/logo.svg"
width="500"
height="500"
/>
</v-col>
</v-row>
<v-row>
<v-col>
<v-progress-linear
indeterminate
color="primary"
/>
</v-col> </v-col>
</v-row> </v-row>
</v-container> </v-container>