feat: update profile
Some checks are pending
Build & Deploy iOS to TestFlight / build-and-deploy (push) Waiting to run

This commit is contained in:
Efril 2026-06-24 11:05:01 +07:00
parent 75415cc6ff
commit 7661319b4f
2 changed files with 0 additions and 35 deletions

View File

@ -43,23 +43,6 @@ class ProfileAccountInfo extends StatelessWidget {
), ),
), ),
ProfileTile(
icon: LineIcons.envelope,
title: context.lang.email,
subtitle: user.email,
showArrow: false,
),
ProfileDivider(),
ProfileTile(
icon: LineIcons.calendarAlt,
title: context.lang.member_since,
subtitle: user.createdAt.toDate,
showArrow: false,
),
ProfileDivider(),
ProfileTile( ProfileTile(
icon: LineIcons.userEdit, icon: LineIcons.userEdit,
title: context.lang.edit_profile, title: context.lang.edit_profile,

View File

@ -46,24 +46,6 @@ class ProfileBusinessSetting extends StatelessWidget {
subtitle: context.lang.outlet_informatio_desc, subtitle: context.lang.outlet_informatio_desc,
onTap: () => context.router.push(OutletInformationRoute()), onTap: () => context.router.push(OutletInformationRoute()),
), ),
ProfileDivider(),
ProfileTile(
icon: Icons.people_outline,
title: context.lang.staff_management,
subtitle: context.lang.staff_management_desc,
onTap: () => context.router.push(ComingSoonRoute()),
),
ProfileDivider(),
ProfileTile(
icon: Icons.inventory_2_outlined,
title: context.lang.products,
subtitle: context.lang.manage_your_products,
onTap: () => context.router.push(ProductRoute()),
),
ProfileDivider(), ProfileDivider(),
ProfileTile( ProfileTile(