mirror of
https://github.com/immich-app/immich.git
synced 2025-07-03 21:40:00 +02: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
web/src/lib
|
@ -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