mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat: Allow merging faces on mobile
This commit is contained in:
parent
7a4bfc21c9
commit
ca4a75abdf
15 changed files with 566 additions and 120 deletions
|
|
@ -83,7 +83,7 @@ class _DriftPeopleCollectionPageState extends ConsumerState<DriftPeopleCollectio
|
|||
children: [
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
context.pushRoute(DriftPersonRoute(person: person));
|
||||
context.pushRoute(DriftPersonRoute(initialPerson: person));
|
||||
},
|
||||
child: Material(
|
||||
shape: const CircleBorder(side: BorderSide.none),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue