From b37588bbe6b9699e6fbbe042908b32f604d06ca4 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 8 Feb 2021 14:54:15 -0500 Subject: [PATCH 1/4] Update welcome screen copy --- _locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 765174e11..8f73944d9 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1777,7 +1777,7 @@ "message": "We've centralized online privacy by integrating our signature as well as novel technologies." }, "ghostery_dawn_onboarding_welcome_message": { - "message": "Our browser protects your data and blocks bloatware so that you can surf privately and over 2x faster than with Chrome." + "message": "Ghostery Dawn protects your data from trackers so that you can surf securely and up to 3x faster than with Chrome." }, "ghostery_dawn_onboarding_lets_do_this": { "message": "Set up My Browser" From a79978a96b798c187d87ccc2f2c186221f29bfe4 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 8 Feb 2021 15:07:37 -0500 Subject: [PATCH 2/4] Add arrow to skip button --- .../Step1_CreateAccountView.jsx | 1 + .../Step1_CreateAccountView.scss | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/app/dawn-hub/Views/OnboardingViews/Step1_CreateAccountView/Step1_CreateAccountView.jsx b/app/dawn-hub/Views/OnboardingViews/Step1_CreateAccountView/Step1_CreateAccountView.jsx index 2d8374ef9..e15622fc6 100644 --- a/app/dawn-hub/Views/OnboardingViews/Step1_CreateAccountView/Step1_CreateAccountView.jsx +++ b/app/dawn-hub/Views/OnboardingViews/Step1_CreateAccountView/Step1_CreateAccountView.jsx @@ -100,6 +100,7 @@ const Step1_CreateAccountView = (props) => {
handleSkipButton(SKIP_ACCOUNT_CREATION)}> {t('ghostery_dawn_onboarding_skip')} +
diff --git a/app/dawn-hub/Views/OnboardingViews/Step1_CreateAccountView/Step1_CreateAccountView.scss b/app/dawn-hub/Views/OnboardingViews/Step1_CreateAccountView/Step1_CreateAccountView.scss index 10396b3d7..66cfce277 100644 --- a/app/dawn-hub/Views/OnboardingViews/Step1_CreateAccountView/Step1_CreateAccountView.scss +++ b/app/dawn-hub/Views/OnboardingViews/Step1_CreateAccountView/Step1_CreateAccountView.scss @@ -185,6 +185,8 @@ $color-create-account-form-error-red: #e74055; .Step1_CreateAccountView__skip { margin-top: -37px; float: right; + display: flex; + align-items: center; font-size: 16px; color: $ghosty-blue; text-decoration: underline; @@ -196,6 +198,17 @@ $color-create-account-form-error-red: #e74055; float: none; } } +.Step1_CreateAccountView__arrow { + margin-left: 5px; + float: right; + height: 10px; + width: 10px; + border-left: 2px solid $tundora; + border-top: 2px solid $tundora; + cursor: pointer; + border-color: $ghosty-blue; + transform: rotate(135deg); +} .Step1_CreateAccountView__learnMoreContainer { margin: 25px auto 0 auto; width: 251px; From 2fce07612ad4ea1f72a7500e71aeea2583629797 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 8 Feb 2021 16:51:12 -0500 Subject: [PATCH 3/4] Align privacy policy link with faq descriptions --- .../Step1_CreateAccountView.jsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/app/dawn-hub/Views/OnboardingViews/Step1_CreateAccountView/Step1_CreateAccountView.jsx b/app/dawn-hub/Views/OnboardingViews/Step1_CreateAccountView/Step1_CreateAccountView.jsx index e15622fc6..107ff55e8 100644 --- a/app/dawn-hub/Views/OnboardingViews/Step1_CreateAccountView/Step1_CreateAccountView.jsx +++ b/app/dawn-hub/Views/OnboardingViews/Step1_CreateAccountView/Step1_CreateAccountView.jsx @@ -161,11 +161,14 @@ const Step1_CreateAccountView = (props) => { {(step === LOGIN) && renderSkipLink()}
{faqList.map(item => renderFAQListItem(item.icon, item.label, item.description))} -
-
- - {t('ghostery_dawn_onboarding_visit_our_privacy_policy')} - +
+
) : ( From 2bdf3204ee74f4f3fd57412dd69337141e32209b Mon Sep 17 00:00:00 2001 From: wlycdgr Date: Mon, 15 Mar 2021 14:45:00 -0400 Subject: [PATCH 4/4] Update CreateAccountView test snapshot --- .../Step1_CreateAccountView.test.jsx.snap | 29 ++++++++++++------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/app/dawn-hub/Views/OnboardingViews/Step1_CreateAccountView/__tests__/__snapshots__/Step1_CreateAccountView.test.jsx.snap b/app/dawn-hub/Views/OnboardingViews/Step1_CreateAccountView/__tests__/__snapshots__/Step1_CreateAccountView.test.jsx.snap index 41f969631..733e26fbe 100644 --- a/app/dawn-hub/Views/OnboardingViews/Step1_CreateAccountView/__tests__/__snapshots__/Step1_CreateAccountView.test.jsx.snap +++ b/app/dawn-hub/Views/OnboardingViews/Step1_CreateAccountView/__tests__/__snapshots__/Step1_CreateAccountView.test.jsx.snap @@ -102,18 +102,25 @@ exports[`app/hub/Views/Step1_CreateAccountView component Snapshot tests with rea
- -
- - ghostery_dawn_onboarding_visit_our_privacy_policy - +
+ +
`;