mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(mobile): drift partner detail page (#19815)
* feat(mobile): drift partner detail page * fix: lint
This commit is contained in:
parent
172388c455
commit
e703685d8d
4 changed files with 74 additions and 1 deletions
|
|
@ -493,7 +493,8 @@ class _PartnerList extends StatelessWidget {
|
|||
fontWeight: FontWeight.w500,
|
||||
),
|
||||
).t(context: context, args: {'user': partner.name}),
|
||||
onTap: () => context.pushRoute(PartnerDetailRoute(partner: partner)),
|
||||
onTap: () =>
|
||||
context.pushRoute(DriftPartnerDetailRoute(partnerId: partner.id)),
|
||||
);
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue