feat: replace circle loader with Jellyfin-Vue logo

This commit is contained in:
Fernando Fernández
2021-12-05 22:20:27 +01:00
parent 53ef23ec1c
commit d13d403b21
4 changed files with 30 additions and 4 deletions
-1
View File
@@ -1,4 +1,3 @@
# editorconfig.org
root = true
[*]
+3
View File
@@ -0,0 +1,3 @@
/src/assets/loading.html
node_modules
.nuxt
+26
View File
@@ -0,0 +1,26 @@
<style>
body, html, #<%= globals.id %> {
background: #111827;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
padding: 0;
}
.splashLogo {
width: 30%;
height: 30%;
/* This file is in the 'static' folder, so it will be placed at the root when the client is built */
background-image: url(/icon.png);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
</style>
<div class="splashLogo">
</div>
+1 -3
View File
@@ -357,9 +357,7 @@ const config: NuxtConfig = {
}
},
loadingIndicator: {
name: 'circle',
color: '#0086b3',
background: '#14141F'
name: 'assets/loading.html'
},
/*
** Build configuration