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:
geoffrey45
2022-03-12 08:56:38 +03:00
parent 39fba364d3
commit 658e7cdbb7
21 changed files with 538 additions and 245 deletions
+1 -1
View File
@@ -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(&quot;${song.image}&quot;` }"
@click="emitUpdate(song)"
>
+1 -1
View File
@@ -7,7 +7,7 @@
}"
>
<div
class="album-art image"
class="album-art image rounded"
:style="{
backgroundImage: `url(&quot;${props.track.image}&quot;)`,
}"