♻️ Optimize the creator hub

This commit is contained in:
2025-10-12 00:06:48 +08:00
parent c3f61467c8
commit c660a419e2
10 changed files with 437 additions and 337 deletions

View File

@@ -68,6 +68,7 @@ class StickerPackDetailScreen extends HookConsumerWidget {
}
return AppScaffold(
isNoBackground: false,
appBar: AppBar(
title: Text(pack.value?.name ?? 'loading'.tr()),
actions: [
@@ -396,6 +397,7 @@ class EditStickersScreen extends HookConsumerWidget {
}
return AppScaffold(
isNoBackground: false,
appBar: AppBar(
title: Text(id == null ? 'createSticker' : 'editSticker').tr(),
),