From 2d6d93772e7818186a9e46bd604077c7bbd4d718 Mon Sep 17 00:00:00 2001 From: efrilm Date: Wed, 13 Aug 2025 15:03:57 +0700 Subject: [PATCH] feat: update schedule --- .../pages/schedule/schedule_page.dart | 55 ------------------- 1 file changed, 55 deletions(-) diff --git a/lib/presentation/pages/schedule/schedule_page.dart b/lib/presentation/pages/schedule/schedule_page.dart index 15b4d68..481fdfb 100644 --- a/lib/presentation/pages/schedule/schedule_page.dart +++ b/lib/presentation/pages/schedule/schedule_page.dart @@ -65,61 +65,6 @@ class _SchedulePageState extends State // Optimized schedules with const constructor static final List _schedules = [ - Schedule( - date: DateTime.now(), - title: 'Morning Shift', - subtitle: '8am - 1pm (5h)', - time: '08:00', - color: AppColor.primary, - icon: Icons.work, - hasDetails: true, - location: 'Office Building A', - instructions: 'Check all equipment before starting', - ), - Schedule( - date: DateTime.now(), - title: 'Morning Shift', - subtitle: '8am - 1pm (5h)', - time: '08:00', - color: AppColor.primary, - icon: Icons.work, - hasDetails: true, - location: 'Office Building A', - instructions: 'Check all equipment before starting', - ), - Schedule( - date: DateTime.now(), - title: 'Morning Shift', - subtitle: '8am - 1pm (5h)', - time: '08:00', - color: AppColor.primary, - icon: Icons.work, - hasDetails: true, - location: 'Office Building A', - instructions: 'Check all equipment before starting', - ), - Schedule( - date: DateTime.now(), - title: 'Morning Shift', - subtitle: '8am - 1pm (5h)', - time: '08:00', - color: AppColor.primary, - icon: Icons.work, - hasDetails: true, - location: 'Office Building A', - instructions: 'Check all equipment before starting', - ), - Schedule( - date: DateTime.now(), - title: 'Morning Shift', - subtitle: '8am - 1pm (5h)', - time: '08:00', - color: AppColor.primary, - icon: Icons.work, - hasDetails: true, - location: 'Office Building A', - instructions: 'Check all equipment before starting', - ), Schedule( date: DateTime.now(), title: 'Morning Shift',