refactor(web): asset viewer actions ()

* refactor(web): asset viewer actions

* motion photo slot and more refactoring
This commit is contained in:
Michel Heusschen 2024-07-31 18:25:38 +02:00 committed by GitHub
parent 3a3ea6135e
commit 281cfc95a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 682 additions and 476 deletions
web/src/lib

View file

@ -7,6 +7,8 @@ export enum AssetAction {
DELETE = 'delete',
RESTORE = 'restore',
ADD = 'add',
ADD_TO_ALBUM = 'add-to-album',
UNSTACK = 'unstack',
}
export enum AppRoute {