From 948184da6e6a0a8944003f21b2f0ff9c95ab6614 Mon Sep 17 00:00:00 2001 From: kleponijo Date: Sat, 20 Jun 2026 09:46:44 +0700 Subject: [PATCH] Update evaporasi_history_list.dart --- .../views/widgets/evaporasi_history_list.dart | 21 ++++--------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/lib/screens/monitoring/evaporasi/views/widgets/evaporasi_history_list.dart b/lib/screens/monitoring/evaporasi/views/widgets/evaporasi_history_list.dart index d1f7638..331aa54 100644 --- a/lib/screens/monitoring/evaporasi/views/widgets/evaporasi_history_list.dart +++ b/lib/screens/monitoring/evaporasi/views/widgets/evaporasi_history_list.dart @@ -104,23 +104,10 @@ class _HeaderBar extends StatelessWidget { final filtered = selectedDate != null; return Row( children: [ - Column( - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - const Text( - 'Riwayat Data', - style: TextStyle( - fontSize: 16, - fontWeight: FontWeight.bold, - color: Colors.black87), - ), - Text( - filtered - ? '${DateFormat('dd MMM yyyy', 'id_ID').format(selectedDate!)} • $totalCount data' - : '$totalCount data tersimpan', - style: TextStyle(fontSize: 12, color: Colors.grey.shade600), - ), - ], + const Text( + 'History', + style: TextStyle( + fontSize: 16, fontWeight: FontWeight.bold, color: Colors.black87), ), const Spacer(), if (filtered)