mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 09:13:15 +03:00
perf(web): optimize images and modules (#7088)
* perf: optimize images and modules * fix: tests * fix: missing font * fix: delay showing the loading spinner * simplify * simplify * pr feedback * chore: merge main * fix: enum --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
@@ -86,7 +86,11 @@ export enum ActionQueryParameterValue {
|
||||
|
||||
export const maximumLengthSearchPeople: number = 20;
|
||||
|
||||
// time to load the map before displaying the loading spinner
|
||||
export const timeToLoadTheMap: number = 100;
|
||||
|
||||
export const timeBeforeShowLoadingSpinner: number = 100;
|
||||
|
||||
// should be the same values as the ones in the app.html
|
||||
export enum Theme {
|
||||
LIGHT = 'light',
|
||||
|
||||
Reference in New Issue
Block a user