feat: Remove commented-out code for commute tracker and attire photo section in ClockInPage

This commit is contained in:
Achintha Isuru
2026-03-01 22:29:15 -05:00
parent be2aae1ba0
commit ea77a49224
2 changed files with 111 additions and 125 deletions

View File

@@ -95,18 +95,6 @@ class WorkerHomePage extends StatelessWidget {
return Column(
children: [
PlaceholderBanner(
title: bannersI18n.complete_profile_title,
subtitle: bannersI18n.complete_profile_subtitle,
bg: UiColors.primaryInverse,
accent: UiColors.primary,
onTap: () {
Modular.to.toProfile();
},
),
const SizedBox(height: UiConstants.space6),
// Quick Actions
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,