mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
debounce global search
This commit is contained in:
@@ -40,6 +40,7 @@ export default {
|
||||
}
|
||||
|
||||
watch(query, () => {
|
||||
console.log(query.value);
|
||||
emit("search", query.value);
|
||||
});
|
||||
|
||||
|
||||
@@ -115,7 +115,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.folder .table table {
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
text-transform: capitalize;
|
||||
width: 100%;
|
||||
@@ -143,6 +143,8 @@ export default {
|
||||
@include tablet-landscape {
|
||||
display: none;
|
||||
}
|
||||
|
||||
width: 5rem;
|
||||
}
|
||||
|
||||
th.album-header {
|
||||
|
||||
Reference in New Issue
Block a user