mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: searching from api
This commit is contained in:
parent
262e95e4db
commit
2e82c29f4c
7 changed files with 83 additions and 62 deletions
|
@ -48,7 +48,7 @@ export function SearchResults() {
|
|||
.finally(() => {
|
||||
setIsLoading(false);
|
||||
});
|
||||
}, 300);
|
||||
}, 500);
|
||||
|
||||
debouncedFunc.current();
|
||||
}, [searchParams, dispatch]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue