mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(mobile): add to albums from existing albums (#21554)
* feat(mobile): add to albums from existing albums * formatted files * used the new t() method for translation * removed unused import
This commit is contained in:
parent
ff19aea4ac
commit
b82e29fbb4
3 changed files with 89 additions and 5 deletions
|
|
@ -440,6 +440,7 @@ class MultiselectGrid extends HookConsumerWidget {
|
|||
onUpload: onUpload,
|
||||
enabled: !processing.value,
|
||||
selectionAssetState: selectionAssetState.value,
|
||||
selectedAssets: selection.value.toList(),
|
||||
onStack: stackEnabled ? onStack : null,
|
||||
onEditTime: editEnabled ? onEditTime : null,
|
||||
onEditLocation: editEnabled ? onEditLocation : null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue