Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dirty hack nyota steller #1651

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added app/assets/images/assets/nyt_steller_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/lib/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class WalletApp extends StatelessWidget {
child: Observer(builder: (_) {
return MaterialApp(
title: 'EncointerWallet',
debugShowCheckedModeBanner: false,
locale: appSettings.locale,
localizationsDelegates: AppLocalizations.localizationsDelegates,
supportedLocales: AppLocalizations.supportedLocales,
Expand Down
2 changes: 1 addition & 1 deletion app/lib/gen/assets.gen.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/lib/l10n/arb/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"passOld": "Current PIN",
"passSuccess": "Success",
"passSuccessTxt": "PIN changed successfully",
"payHereWithLeu": "Pay here with Leu",
"payHereWithLeu": "Pay here with Nyota",
"payment": "Payment",
"paymentDoYouWantToProceed": "Proceed with payment?",
"paymentError": "Payment error",
Expand Down
5 changes: 3 additions & 2 deletions app/lib/page/profile/account/account_manage_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,10 @@ class _AccountManagePageState extends State<AccountManagePage> {
addressSS58,
),
),
benefits(),
if (!isKeyboard)
benefits(),
const Spacer(),
DecoratedBox(
DecoratedBox(
// width: double.infinity,
decoration: BoxDecoration(
gradient: AppColors.primaryGradient(context),
Expand Down
5 changes: 0 additions & 5 deletions app/lib/page/profile/contacts/account_share_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ class _AccountSharePageState extends State<AccountSharePage> {
textAlign: TextAlign.center,
),
const Spacer(),
Text(
l10n.shareLinkHint,
textAlign: TextAlign.center,
style: context.bodyMedium.copyWith(color: AppColors.encointerGrey),
),
const SizedBox(height: 8),
ElevatedButton(
style: ElevatedButton.styleFrom(padding: const EdgeInsets.symmetric(vertical: 16)),
Expand Down
Loading