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
+9
View File
@@ -34,5 +34,14 @@ const props = defineProps({
height: 13rem;
width: 13rem;
}
.artists {
font-size: 0.85rem;
color: rgba(255, 255, 255, 0.808);
&:hover {
text-decoration: underline 1px !important;
}
}
}
</style>
+1 -1
View File
@@ -36,4 +36,4 @@ const props = defineProps({
},
});
const putCommas = perks.putCommas;
</script>
</script>