refactor: restructure compliance section layout in StaffProfilePage
This commit is contained in:
@@ -142,10 +142,12 @@ class StaffProfilePage extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: UiConstants.space6),
|
const SizedBox(height: UiConstants.space6),
|
||||||
|
Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
SectionTitle(i18n.sections.compliance),
|
SectionTitle(i18n.sections.compliance),
|
||||||
ProfileMenuGrid(
|
ProfileMenuGrid(
|
||||||
crossAxisCount: 3,
|
crossAxisCount: 3,
|
||||||
|
|
||||||
children: [
|
children: [
|
||||||
ProfileMenuItem(
|
ProfileMenuItem(
|
||||||
icon: UiIcons.file,
|
icon: UiIcons.file,
|
||||||
@@ -155,6 +157,8 @@ class StaffProfilePage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
const SizedBox(height: UiConstants.space6),
|
const SizedBox(height: UiConstants.space6),
|
||||||
SectionTitle(i18n.sections.finance),
|
SectionTitle(i18n.sections.finance),
|
||||||
ProfileMenuGrid(
|
ProfileMenuGrid(
|
||||||
|
|||||||
Reference in New Issue
Block a user