mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
move global search input to a general location
- create a global search store - create a half-baked context menu store -
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<td class="index">{{ index }}</td>
|
||||
<td class="flex">
|
||||
<div
|
||||
class="album-art image"
|
||||
class="album-art image rounded"
|
||||
:style="{ backgroundImage: `url("${song.image}"` }"
|
||||
@click="emitUpdate(song)"
|
||||
>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
}"
|
||||
>
|
||||
<div
|
||||
class="album-art image"
|
||||
class="album-art image rounded"
|
||||
:style="{
|
||||
backgroundImage: `url("${props.track.image}")`,
|
||||
}"
|
||||
|
||||
Reference in New Issue
Block a user