Enhanced profile edit

This commit is contained in:
2025-03-02 20:37:30 +08:00
parent 66aef44281
commit 72e6a6a1f6
22 changed files with 717 additions and 304 deletions

View File

@@ -406,7 +406,7 @@ class _UserScreenState extends State<UserScreen>
],
).padding(right: 8),
const Gap(12),
Text(_account!.description).padding(horizontal: 8),
Text(_account!.profile!.description).padding(horizontal: 8),
const Gap(4),
Card(
child: Row(