Skip to content

Commit 36d1dbc

Browse files
committed
remove duplicate fop from onboarding
1 parent 65c53cc commit 36d1dbc

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

lib/Frontend/pages/intro.dart

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -89,21 +89,6 @@ class OnBoardingPageState extends ConsumerState<OnBoardingPage> {
8989
allowImplicitScrolling: true,
9090
showBackButton: true,
9191
showSkipButton: kDebugMode,
92-
globalHeader: Align(
93-
alignment: Alignment.topRight,
94-
child: SafeArea(
95-
child: Padding(
96-
padding: const EdgeInsets.only(top: 16, right: 16),
97-
child: InkWell(
98-
child: _buildImage(Assets.tCLogoTransparentNoText.path, 60),
99-
onLongPress: () async {
100-
_introLogger.info("Open Logs");
101-
const LogsRoute().push(context);
102-
},
103-
),
104-
),
105-
),
106-
),
10792
pages: [
10893
PageViewModel(
10994
title: convertToUwU(homeWelcomeMessageTitle()),

lib/Frontend/translation_string_definitions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ String title() => Intl.message('The Tail Company', name: 'title', desc: 'The nam
1010

1111
String homeNewsTitle() => Intl.message('Fresh from the Tail Blog', name: 'homeNewsTitle', desc: 'The title header for the news in the home screen when no gear is connected');
1212

13-
String homeWelcomeMessageTitle() => Intl.message('Welcome to the Tail Company App', name: 'homeWelcomeMessageTitle', desc: 'The welcome message title on the home screen when no gear is connected');
13+
String homeWelcomeMessageTitle() => Intl.message('Welcome', name: 'homeWelcomeMessageTitle', desc: 'The welcome message title on the home screen when no gear is connected');
1414

1515
String homeWelcomeMessage() => Intl.message('You can control, explore and update all your Tail Co gear right here. There are instructions and guides available too. Happy Wagging!',
1616
name: 'homeWelcomeMessage', desc: 'The welcome message on the home screen when no gear is connected');

lib/l10n/messages_en.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "text",
1414
"placeholders": {}
1515
},
16-
"homeWelcomeMessageTitle": "Welcome to the Tail Company App",
16+
"homeWelcomeMessageTitle": "Welcome",
1717
"@homeWelcomeMessageTitle": {
1818
"description": "The welcome message title on the home screen when no gear is connected",
1919
"type": "text",

0 commit comments

Comments
 (0)