mirror of
https://github.com/immich-app/immich.git
synced 2025-07-03 21:40:00 +02:00
refactor(web): asset viewer actions (#5488)
This commit is contained in:
parent
56aed8246d
commit
22d79850f6
3 changed files with 33 additions and 30 deletions
web/src/lib
|
@ -4,7 +4,9 @@ export enum AssetAction {
|
|||
FAVORITE = 'favorite',
|
||||
UNFAVORITE = 'unfavorite',
|
||||
TRASH = 'trash',
|
||||
RESTORE = 'restore',
|
||||
DELETE = 'delete',
|
||||
// RESTORE = 'restore',
|
||||
ADD = 'add',
|
||||
}
|
||||
|
||||
export enum AppRoute {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue