diff --git a/lib/screen/home/home_screen.dart b/lib/screen/home/home_screen.dart index d1fb721..49d9ce8 100644 --- a/lib/screen/home/home_screen.dart +++ b/lib/screen/home/home_screen.dart @@ -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, + // ), + // ), + // ], + // ), + // ), + // ], + // ), + // ), ], ), ),