step 22 : komen ketidakhadiran & lembur

This commit is contained in:
sindhu
2024-02-05 14:42:15 +07:00
parent 409b8561e7
commit f4df67fe7f

View File

@@ -815,7 +815,7 @@ class HomeScreen extends HookConsumerWidget {
x: 4),
),
Text(
'Kehadiran',
'Kehadiran bulan ini',
style:
Constant.subtitle_500_12(
context: context)
@@ -831,111 +831,111 @@ class HomeScreen extends HookConsumerWidget {
),
),
Image(
image: AssetImage('images/divider.png'),
),
// Image(
// image: AssetImage('images/divider.png'),
// ),
//Tidak Hadir
Container(
child: Column(
crossAxisAlignment:
CrossAxisAlignment.start,
children: [
Text(
// '2 hari',
varCurrentRekapKehadiranProvider?.tidakHadir ?? "",
style: Constant.subtitle_600_14(
context: context)
.copyWith(
color: Constant.textOrange,
),
),
SizedBox(
height: Constant.getActualYPhone(
context: context, y: 4),
),
SizedBox(
child: Row(
children: [
Image(
image: AssetImage(
'images/person_delete_grey.png'),
),
SizedBox(
width:
Constant.getActualXPhone(
context: context,
x: 4),
),
Text(
'Tidak Hadir',
style:
Constant.subtitle_500_12(
context: context)
.copyWith(
color:
Constant.textDarkGrey,
),
),
],
),
)
],
),
),
// Container(
// child: Column(
// crossAxisAlignment:
// CrossAxisAlignment.start,
// children: [
// Text(
// // '2 hari',
// varCurrentRekapKehadiranProvider?.tidakHadir ?? "",
// style: Constant.subtitle_600_14(
// context: context)
// .copyWith(
// color: Constant.textOrange,
// ),
// ),
// SizedBox(
// height: Constant.getActualYPhone(
// context: context, y: 4),
// ),
// SizedBox(
// child: Row(
// children: [
// Image(
// image: AssetImage(
// 'images/person_delete_grey.png'),
// ),
// SizedBox(
// width:
// Constant.getActualXPhone(
// context: context,
// x: 4),
// ),
// Text(
// 'Tidak Hadir',
// style:
// Constant.subtitle_500_12(
// context: context)
// .copyWith(
// color:
// Constant.textDarkGrey,
// ),
// ),
// ],
// ),
// )
// ],
// ),
// ),
Image(
image: AssetImage('images/divider.png'),
),
// Image(
// image: AssetImage('images/divider.png'),
// ),
//Tidak Hadir
Container(
child: Column(
crossAxisAlignment:
CrossAxisAlignment.start,
children: [
Text(
// '5 hari',
varCurrentRekapKehadiranProvider?.lembur ?? "",
style: Constant.subtitle_600_14(
context: context)
.copyWith(
color: Constant.textOrange,
),
),
SizedBox(
height: Constant.getActualYPhone(
context: context, y: 4),
),
SizedBox(
child: Row(
children: [
Image(
image: AssetImage(
'images/task_pending_grey.png'),
),
SizedBox(
width:
Constant.getActualXPhone(
context: context,
x: 4),
),
Text(
'Lembur',
style:
Constant.subtitle_500_12(
context: context)
.copyWith(
color:
Constant.textDarkGrey,
),
),
],
),
),
],
),
),
// Container(
// child: Column(
// crossAxisAlignment:
// CrossAxisAlignment.start,
// children: [
// Text(
// // '5 hari',
// varCurrentRekapKehadiranProvider?.lembur ?? "",
// style: Constant.subtitle_600_14(
// context: context)
// .copyWith(
// color: Constant.textOrange,
// ),
// ),
// SizedBox(
// height: Constant.getActualYPhone(
// context: context, y: 4),
// ),
// SizedBox(
// child: Row(
// children: [
// Image(
// image: AssetImage(
// 'images/task_pending_grey.png'),
// ),
// SizedBox(
// width:
// Constant.getActualXPhone(
// context: context,
// x: 4),
// ),
// Text(
// 'Lembur',
// style:
// Constant.subtitle_500_12(
// context: context)
// .copyWith(
// color:
// Constant.textDarkGrey,
// ),
// ),
// ],
// ),
// ),
// ],
// ),
// ),
],
),
),