Update:Show loading indicator when first connecting to server

This commit is contained in:
advplyr 2023-02-17 17:47:46 -06:00
parent d899fd4d89
commit 08ee08c698
4 changed files with 29 additions and 14 deletions

View file

@ -3,6 +3,10 @@
<app-appbar />
<div id="content" class="overflow-hidden relative" :class="playerIsOpen ? 'playerOpen' : ''">
<Nuxt />
<div v-if="attemptingConnection" class="absolute top-0 left-0 z-50 w-full h-full flex items-center justify-center">
<ui-loading-indicator text="Connecting to server..." />
</div>
</div>
<app-audio-player-container ref="streamContainer" />
<modals-libraries-modal />