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
+2 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="options" v-if="magic_flag">
<div class="options border rounded">
<div class="item info">Filter by:</div>
<div
class="item"
@@ -54,6 +54,7 @@ export default {
<style lang="scss">
.right-search .options {
display: flex;
margin-bottom: $small;
.item {
margin: $small;