feat: update user

This commit is contained in:
efrilm
2025-08-19 15:05:08 +07:00
parent bfd4604897
commit 7919825955
37 changed files with 2531 additions and 897 deletions
@@ -98,7 +98,9 @@ class ProfilePage extends StatelessWidget implements AutoRouteWrapper {
),
),
ActionIconButton(
onTap: () {},
onTap: () => context.router.push(
ProfileEditRoute(user: state.user),
),
icon: LineIcons.userEdit,
),
],