mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(mobile): remove from album in asset viewer bar (#20672)
* feat: remove from album in asset viewer bar * chore: move button to bottom bar instead of bottom sheet * move back to bottom sheet --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
9e6fee4064
commit
7a7843467c
3 changed files with 6 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ class MoveToLockFolderActionButton extends ConsumerWidget {
|
|||
@override
|
||||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
return BaseActionButton(
|
||||
maxWidth: 100.0,
|
||||
maxWidth: 110.0,
|
||||
iconData: Icons.lock_outline_rounded,
|
||||
label: "move_to_locked_folder".t(context: context),
|
||||
onPressed: () => _onTap(context, ref),
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ class RemoveFromAlbumActionButton extends ConsumerWidget {
|
|||
iconData: Icons.remove_circle_outline,
|
||||
label: "remove_from_album".t(context: context),
|
||||
onPressed: () => _onTap(context, ref),
|
||||
maxWidth: 100,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue