mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 09:13:15 +03:00
fix(web): add debounce to location search (#9074)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user