mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
refactor(mobile): stack only through merging from timeline (#4598)
* mobile: remove stack selection page * mobile: require at-least 2 assets to stack * mobile: sort stack children by fileCreatedAt --------- Co-authored-by: shalong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
013da0aa3d
commit
9b418642a6
5 changed files with 22 additions and 73 deletions
|
|
@ -94,7 +94,7 @@ class ControlBottomAppBar extends ConsumerWidget {
|
|||
}
|
||||
: null,
|
||||
),
|
||||
if (!hasLocal)
|
||||
if (!hasLocal && selectionAssetState.selectedCount > 1)
|
||||
ControlBoxButton(
|
||||
iconData: Icons.filter_none_rounded,
|
||||
label: "control_bottom_app_bar_stack".tr(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue