Skip to content

Commit

Permalink
Sang/rebrand to ff/onboarding (#1450)
Browse files Browse the repository at this point in the history
* Update Onboarding Page

* Update

* Update Asset

* Update UI
  • Loading branch information
ppupha authored Jan 2, 2024
1 parent d0ea7cf commit 7f717e6
Show file tree
Hide file tree
Showing 4 changed files with 413 additions and 235 deletions.
2 changes: 1 addition & 1 deletion assets
10 changes: 8 additions & 2 deletions lib/screen/home/collection_home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,11 @@ class CollectionHomePageState extends State<CollectionHomePage>
Widget _loadingView(BuildContext context) => Center(
child: Column(
children: [
SizedBox(
height: MediaQuery.of(context).padding.top,
),
_header(context),
loadingIndicator(),
loadingIndicator(valueColor: AppColor.white),
],
));

Expand All @@ -274,13 +277,16 @@ class CollectionHomePageState extends State<CollectionHomePage>
return ListView(
padding: ResponsiveLayout.getPadding.copyWith(left: 0, right: 0),
children: [
SizedBox(
height: MediaQuery.of(context).padding.top,
),
_header(context),
Padding(
padding: const EdgeInsets.only(left: 15),
child: Text(
'collection_empty_now'.tr(),
//"Your collection is empty for now.",
style: theme.textTheme.ppMori400Black14,
style: theme.textTheme.ppMori400White14,
),
),
],
Expand Down
Loading

0 comments on commit 7f717e6

Please sign in to comment.