feat(web): Implement keep this delete others for asset stacks ()

This commit is contained in:
Braydon Davis 2024-11-19 09:54:35 -07:00 committed by GitHub
parent bcd17c2ebe
commit 1737013e66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 65 additions and 0 deletions
web/src/lib

View file

@ -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 {