feat: enhance documentation and update dependencies in mobile feature builder and development rules

This commit is contained in:
Achintha Isuru
2026-03-07 02:19:14 -05:00
parent 9782462a66
commit 0f5ceb8003
4 changed files with 17 additions and 32 deletions

View File

@@ -328,9 +328,9 @@ class _ShiftDetailsPageState extends State<ShiftDetailsPage> {
backgroundColor: UiColors.bgPopup,
shape: RoundedRectangleBorder(borderRadius: UiConstants.radiusLg),
title: Row(
spacing: UiConstants.space2,
children: [
const Icon(UiIcons.warning, color: UiColors.error),
const SizedBox(width: UiConstants.space2),
Expanded(
child: Text(
context.t.staff_shifts.shift_details.eligibility_requirements,
@@ -350,7 +350,7 @@ class _ShiftDetailsPageState extends State<ShiftDetailsPage> {
UiButton.primary(
text: "Go to Certificates",
onPressed: () {
Navigator.of(ctx).pop();
Modular.to.popSafe();
Modular.to.toCertificates();
},
),