mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
remove test header from queue page
This commit is contained in:
committed by
Mungai Njoroge
parent
45d91f0382
commit
09453fc419
@@ -1,18 +1,16 @@
|
||||
<template>
|
||||
<button
|
||||
class="play-btn"
|
||||
@click="usePlayFrom(source, useQStore, store)"
|
||||
>
|
||||
<button class="play-btn" @click="usePlayFrom(source, useQStore, store)">
|
||||
<PlaySvg />
|
||||
</button>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { playSources } from "@/composables/enums";
|
||||
import useQStore from "@/stores/queue";
|
||||
import useAlbumStore from "@/stores/pages/album";
|
||||
import usePlaylistStore from "@/stores/pages/playlist";
|
||||
|
||||
import { playSources } from "@/composables/enums";
|
||||
import usePlayFrom from "@/composables/usePlayFrom";
|
||||
import useQStore from "@/stores/queue";
|
||||
|
||||
import PlaySvg from "../../assets/icons/play.svg";
|
||||
|
||||
@@ -27,5 +25,9 @@ defineProps<{
|
||||
aspect-ratio: 1;
|
||||
padding: 0;
|
||||
border-radius: 0.65rem;
|
||||
|
||||
svg {
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user