feat: customer page
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user