feat: separate discs in album page

+ remove tooltip markup
+ refactor css classnames
This commit is contained in:
geoffrey45
2022-10-01 21:35:02 +03:00
committed by Mungai Njoroge
parent 278439eee8
commit 977d9282cb
23 changed files with 187 additions and 193 deletions
+2 -3
View File
@@ -1,5 +1,5 @@
<template>
<div class="hotkeys rounded-sm noscroll">
<div class="hotkeys rounded-sm no-scroll">
<button @click.prevent="q.playPrev">
<PrevSvg />
</button>
@@ -16,8 +16,7 @@
<script setup lang="ts">
import useQStore from "@/stores/queue";
import NextSvg from "../../../assets/icons/next.svg";
import PrevSvg from "../../../assets/icons/next.svg";
import { default as NextSvg, default as PrevSvg } from "../../../assets/icons/next.svg";
import PauseSvg from "../../../assets/icons/pause.svg";
import PlaySvg from "../../../assets/icons/play.svg";