diff --git a/php/src/public/js/app.js b/php/src/public/js/app.js index de87eb4..6ccc3bc 100644 --- a/php/src/public/js/app.js +++ b/php/src/public/js/app.js @@ -53,5 +53,8 @@ document.addEventListener('alpine:init', () => { Artists: [], Queue: false, - }) + }); + + $("#loader-wrapper").fadeOut(900); + }) diff --git a/php/src/resources/views/assets/scripts-footer.blade.php b/php/src/resources/views/assets/scripts-footer.blade.php index 2e2d8be..2215c50 100644 --- a/php/src/resources/views/assets/scripts-footer.blade.php +++ b/php/src/resources/views/assets/scripts-footer.blade.php @@ -1,9 +1,4 @@ - diff --git a/php/src/resources/views/layouts/public.blade.php b/php/src/resources/views/layouts/public.blade.php index b9126be..973fcbb 100644 --- a/php/src/resources/views/layouts/public.blade.php +++ b/php/src/resources/views/layouts/public.blade.php @@ -16,7 +16,7 @@ - @include('assets.scripts-header'); + @include('assets.scripts-header') @@ -35,18 +35,18 @@
- @include('components.action-menu'); + @include('components.action-menu')
@yield('content')
- @include('modals.modal-download-queue'); - @include('modals.modal-settings'); + @include('modals.modal-download-queue') + @include('modals.modal-settings') - @include('utils.outdated-browser'); + @include('utils.outdated-browser')
@@ -54,7 +54,7 @@ -@include('assets.zapp'); -@include('assets.scripts-footer'); +@include('assets.zapp') +@include('assets.scripts-footer') diff --git a/php/src/resources/views/pages/main.blade.php b/php/src/resources/views/pages/main.blade.php index d36b687..2b05690 100644 --- a/php/src/resources/views/pages/main.blade.php +++ b/php/src/resources/views/pages/main.blade.php @@ -38,4 +38,4 @@ -@show +@endsection