mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
feat: separate discs in album page
+ remove tooltip markup + refactor css classnames
This commit is contained in:
committed by
Mungai Njoroge
parent
278439eee8
commit
977d9282cb
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user