feat: customer page

This commit is contained in:
efrilm
2025-08-15 16:31:29 +07:00
parent c9e5c8d178
commit 8c2afc4880
8 changed files with 643 additions and 75 deletions
@@ -78,16 +78,16 @@ class HomeFeature extends StatelessWidget {
onTap: () => context.router.push(ScheduleRoute()),
),
HomeFeatureTile(
title: 'Aset Tetap',
title: 'Inventaris',
color: const Color(0xFF00BCD4),
icon: LineIcons.businessTime,
icon: LineIcons.archive,
onTap: () {},
),
HomeFeatureTile(
title: 'Kontak',
title: 'Pelanggan',
color: const Color(0xFFFF5722),
icon: LineIcons.userPlus,
onTap: () {},
onTap: () => context.router.push(CustomerRoute()),
),
],
),
@@ -23,7 +23,7 @@ class HomeFeatureTile extends StatelessWidget {
onTap: onTap,
borderRadius: BorderRadius.circular(AppValue.radius),
child: Container(
padding: const EdgeInsets.symmetric(vertical: 12, horizontal: 8),
padding: const EdgeInsets.symmetric(vertical: 12, horizontal: 6),
child: Column(
mainAxisSize: MainAxisSize.min,
children: [