mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat: action buttons in more view (#19867)
* feat: action buttons in more view * pr feedback
This commit is contained in:
parent
617a2f146d
commit
de4217cefc
28 changed files with 469 additions and 102 deletions
|
|
@ -512,8 +512,9 @@ class _PartnerList extends StatelessWidget {
|
|||
fontWeight: FontWeight.w500,
|
||||
),
|
||||
).t(context: context, args: {'user': partner.name}),
|
||||
onTap: () =>
|
||||
context.pushRoute(DriftPartnerDetailRoute(partnerId: partner.id)),
|
||||
onTap: () => context.pushRoute(
|
||||
DriftPartnerDetailRoute(partner: partner),
|
||||
),
|
||||
);
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue