dev #1

Merged
aefril merged 108 commits from dev into main 2026-05-15 05:52:26 +00:00
Showing only changes of commit 2d6d93772e - Show all commits

View File

@ -65,61 +65,6 @@ class _SchedulePageState extends State<SchedulePage>
// Optimized schedules with const constructor // Optimized schedules with const constructor
static final List<Schedule> _schedules = [ static final List<Schedule> _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( Schedule(
date: DateTime.now(), date: DateTime.now(),
title: 'Morning Shift', title: 'Morning Shift',