mirror of
https://github.com/immich-app/immich.git
synced 2025-07-03 21:40:00 +02:00
feat(web): Implement keep this delete others for asset stacks (#14217)
This commit is contained in:
parent
bcd17c2ebe
commit
1737013e66
7 changed files with 65 additions and 0 deletions
web/src/lib
|
@ -9,6 +9,7 @@ export enum AssetAction {
|
|||
ADD = 'add',
|
||||
ADD_TO_ALBUM = 'add-to-album',
|
||||
UNSTACK = 'unstack',
|
||||
KEEP_THIS_DELETE_OTHERS = 'keep-this-delete-others',
|
||||
}
|
||||
|
||||
export enum AppRoute {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue