refactor: restructure compliance section layout in StaffProfilePage
This commit is contained in:
@@ -142,16 +142,20 @@ class StaffProfilePage extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: UiConstants.space6),
|
const SizedBox(height: UiConstants.space6),
|
||||||
SectionTitle(i18n.sections.compliance),
|
Column(
|
||||||
ProfileMenuGrid(
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
crossAxisCount: 3,
|
|
||||||
|
|
||||||
children: [
|
children: [
|
||||||
ProfileMenuItem(
|
SectionTitle(i18n.sections.compliance),
|
||||||
icon: UiIcons.file,
|
ProfileMenuGrid(
|
||||||
label: i18n.menu_items.tax_forms,
|
crossAxisCount: 3,
|
||||||
completed: false,
|
children: [
|
||||||
onTap: () => Modular.to.pushTaxForms(),
|
ProfileMenuItem(
|
||||||
|
icon: UiIcons.file,
|
||||||
|
label: i18n.menu_items.tax_forms,
|
||||||
|
completed: false,
|
||||||
|
onTap: () => Modular.to.pushTaxForms(),
|
||||||
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user