mirror of
https://github.com/immich-app/immich.git
synced 2026-03-01 18:19:10 +03:00
refactor(web): routes (#25365)
This commit is contained in:
@@ -19,16 +19,6 @@ export enum AssetAction {
|
||||
RATING = 'rating',
|
||||
}
|
||||
|
||||
export enum AppRoute {
|
||||
PEOPLE = '/people',
|
||||
SEARCH = '/search',
|
||||
MAP = '/map',
|
||||
BUY = '/buy',
|
||||
FOLDERS = '/folders',
|
||||
TAGS = '/tags',
|
||||
MAINTENANCE = '/maintenance',
|
||||
}
|
||||
|
||||
export type SharedLinkTab = 'all' | 'album' | 'individual';
|
||||
|
||||
export enum ProjectionType {
|
||||
@@ -82,10 +72,6 @@ export enum OpenQueryParam {
|
||||
PURCHASE_SETTINGS = 'user-purchase-settings',
|
||||
}
|
||||
|
||||
export enum ActionQueryParameterValue {
|
||||
MERGE = 'merge',
|
||||
}
|
||||
|
||||
export const maximumLengthSearchPeople = 1000;
|
||||
|
||||
// time to load the map before displaying the loading spinner
|
||||
|
||||
Reference in New Issue
Block a user