feat(mobile): drift partner detail page (#19815)

* feat(mobile): drift partner detail page

* fix: lint
This commit is contained in:
Daimolean 2025-07-08 23:31:07 +08:00 committed by GitHub
parent 172388c455
commit e703685d8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 74 additions and 1 deletions

View file

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