mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03:00
refactor(web): asset viewer actions (#5488)
This commit is contained in:
@@ -4,7 +4,9 @@ export enum AssetAction {
|
||||
FAVORITE = 'favorite',
|
||||
UNFAVORITE = 'unfavorite',
|
||||
TRASH = 'trash',
|
||||
RESTORE = 'restore',
|
||||
DELETE = 'delete',
|
||||
// RESTORE = 'restore',
|
||||
ADD = 'add',
|
||||
}
|
||||
|
||||
export enum AppRoute {
|
||||
|
||||
Reference in New Issue
Block a user