mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(web): add debounce to location search (#9074)
This commit is contained in:
parent
f1083a4c73
commit
59537f8f1b
2 changed files with 28 additions and 16 deletions
|
|
@ -91,6 +91,8 @@ export const timeToLoadTheMap: number = 100;
|
|||
|
||||
export const timeBeforeShowLoadingSpinner: number = 100;
|
||||
|
||||
export const timeDebounceOnSearch: number = 300;
|
||||
|
||||
// should be the same values as the ones in the app.html
|
||||
export enum Theme {
|
||||
LIGHT = 'light',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue