Update initial server connection to not block the home page

This commit is contained in:
advplyr
2023-09-10 08:38:11 -05:00
parent cbdc3513c7
commit 03225957aa
3 changed files with 5 additions and 5 deletions
+4
View File
@@ -1,5 +1,9 @@
<template>
<div class="w-full h-full min-h-full relative">
<div v-if="attemptingConnection" class="w-full pt-4 flex items-center justify-center">
<widgets-loading-spinner />
<p class="pl-4">Attempting server connection...</p>
</div>
<div v-if="shelves.length && isLoading" class="w-full pt-4 flex items-center justify-center">
<widgets-loading-spinner />
<p class="pl-4">Loading server data...</p>