This commit is contained in:
Phuoc Nguyen
2025-10-24 17:35:39 +07:00
parent 82ce30961b
commit 860a8788b6
17 changed files with 2572 additions and 32 deletions

View File

@@ -164,7 +164,7 @@ class HomePage extends ConsumerWidget {
QuickAction(
icon: Icons.card_giftcard,
label: 'Đổi quà',
onTap: () => _showComingSoon(context, 'Đổi quà', l10n),
onTap: () => context.push('/loyalty/rewards'),
),
QuickAction(
icon: Icons.history,