fix(web): add debounce to location search ()

This commit is contained in:
Nguyễn Hoàng Đức 2024-04-26 13:00:06 +07:00 committed by GitHub
parent f1083a4c73
commit 59537f8f1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 28 additions and 16 deletions
web/src/lib

View file

@ -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',