mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
update track interface to follow server updates
+ add search debounce time
This commit is contained in:
@@ -32,7 +32,7 @@ function scrollOnLoad() {
|
||||
export default defineStore("search", () => {
|
||||
// @ts-ignore
|
||||
const query = ref("");
|
||||
const debouncedQuery = useDebounce(query);
|
||||
const debouncedQuery = useDebounce(query, 500);
|
||||
const { startLoading, stopLoading } = useLoaderStore();
|
||||
const route = useRoute();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user