mirror of
https://github.com/immich-app/immich.git
synced 2025-11-20 02:32:35 +09:00
feat(web): Add upload to stack action (#19842)
* feat(web): Add upload to stack action * Event handling and translation * Update asset viewer instead * lint, improve upload return type * Add suggestions from code review * Resolve merge conflicts * Apply suggestions from code review
This commit is contained in:
committed by
GitHub
parent
d764a59011
commit
cf60f4cdcd
@@ -8,6 +8,7 @@ export enum AssetAction {
|
||||
RESTORE = 'restore',
|
||||
ADD = 'add',
|
||||
ADD_TO_ALBUM = 'add-to-album',
|
||||
STACK = 'stack',
|
||||
UNSTACK = 'unstack',
|
||||
KEEP_THIS_DELETE_OTHERS = 'keep-this-delete-others',
|
||||
SET_STACK_PRIMARY_ASSET = 'set-stack-primary-asset',
|
||||
|
||||
Reference in New Issue
Block a user