feat: enhance documentation and update dependencies in mobile feature builder and development rules
This commit is contained in:
@@ -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();
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user