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

This commit is contained in:
Braydon Davis
2024-11-19 09:54:35 -07:00
committed by GitHub
parent bcd17c2ebe
commit 1737013e66
7 changed files with 65 additions and 0 deletions

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 {