Introduce tabs to right sidebar

- new icons
- rename upnext.vue to queue.vue
- other tiny changes
This commit is contained in:
geoffrey45
2022-01-31 09:38:14 +03:00
parent 3eef90dc8a
commit bdfbb59d76
19 changed files with 363 additions and 255 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<div class="morexx">
<button @click="loadMore">
<div class="text">Load All</div>
<div class="text">Load More</div>
</button>
</div>
</template>