mirror of
https://github.com/immich-app/immich.git
synced 2025-11-29 02:19:47 +09:00
refactor: auto advance asset viewer (#3554)
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
import { env } from '$env/dynamic/public';
|
||||
export const loginPageMessage: string | undefined = env.PUBLIC_LOGIN_PAGE_MESSAGE;
|
||||
|
||||
export enum AssetAction {
|
||||
ARCHIVE = 'archive',
|
||||
UNARCHIVE = 'unarchive',
|
||||
FAVORITE = 'favorite',
|
||||
UNFAVORITE = 'unfavorite',
|
||||
}
|
||||
|
||||
export enum AppRoute {
|
||||
ADMIN_USER_MANAGEMENT = '/admin/user-management',
|
||||
ADMIN_SETTINGS = '/admin/system-settings',
|
||||
|
||||
Reference in New Issue
Block a user