fancy progress bar, brrr
This commit is contained in:
parent
c70d769fe1
commit
583afcf9d5
2 changed files with 5 additions and 2 deletions
|
@ -193,8 +193,9 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="app-sidebar-notification" v-if="library.songs.downloadState == 1">
|
<div class="app-sidebar-notification" v-if="library.songs.downloadState == 1">
|
||||||
Updating your library...<br>
|
<div>Updating your library...</div>
|
||||||
{{ library.songs.meta.progress }} / {{ library.songs.meta.total }}
|
<div>{{ library.songs.meta.progress }} / {{ library.songs.meta.total }}</div>
|
||||||
|
<div style="width: 100%"><progress style="width: 80%;" :value="library.songs.meta.progress" :max="library.songs.meta.total"></progress></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="app-content">
|
<div id="app-content">
|
||||||
|
|
|
@ -326,6 +326,8 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-top: 1px solid rgb(200 200 200 / 15%);
|
border-top: 1px solid rgb(200 200 200 / 15%);
|
||||||
background: rgb(0 0 0 / 15%);
|
background: rgb(0 0 0 / 15%);
|
||||||
|
flex-direction: column;
|
||||||
|
padding: 20px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-sidebar-content {
|
.app-sidebar-content {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue