This commit is contained in:
Phuoc Nguyen
2025-10-24 16:20:48 +07:00
parent eaaa9921f5
commit b27c5d7742
17 changed files with 3245 additions and 5 deletions

View File

@@ -142,8 +142,7 @@ class HomePage extends ConsumerWidget {
QuickAction(
icon: Icons.favorite,
label: 'Yêu thích',
onTap: () =>
_showComingSoon(context, 'Yêu thích', l10n),
onTap: () => context.push(RouteNames.favorites),
),
],
),