feat: Allow merging faces on mobile

This commit is contained in:
Marvin M 2025-10-01 20:38:29 +02:00
parent 7a4bfc21c9
commit ca4a75abdf
15 changed files with 566 additions and 120 deletions

View file

@ -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),