Unactivated account hint, close #199

This commit is contained in:
2025-12-03 01:34:02 +08:00
parent 683f686540
commit 6ecdf89d20
8 changed files with 95 additions and 23 deletions

View File

@@ -178,6 +178,8 @@ class AccountScreen extends HookConsumerWidget {
],
),
).padding(horizontal: 8),
if (user.value?.activatedAt == null)
AccountUnactivatedCard().padding(horizontal: 12, bottom: 4),
Card(
margin: EdgeInsets.zero,
child: Column(