Stickers marketplace

This commit is contained in:
2025-08-07 03:00:29 +08:00
parent 1c18330891
commit 7fd1fe34e5
7 changed files with 722 additions and 2 deletions

View File

@@ -189,7 +189,6 @@ class AccountScreen extends HookConsumerWidget {
),
],
).padding(horizontal: 8),
const Gap(8),
ListTile(
minTileHeight: 48,
leading: const Icon(Symbols.notifications),
@@ -228,6 +227,16 @@ class AccountScreen extends HookConsumerWidget {
context.pushNamed('relationships');
},
),
ListTile(
minTileHeight: 48,
leading: const Icon(Symbols.emoji_emotions),
trailing: const Icon(Symbols.chevron_right),
contentPadding: EdgeInsets.symmetric(horizontal: 24),
title: Text('stickers').tr(),
onTap: () {
context.pushNamed('stickerMarketplace');
},
),
ListTile(
minTileHeight: 48,
title: Text('abuseReports').tr(),