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

GH-2210: Onboarding - Step 4 - Choose Plan #640

Merged
merged 32 commits into from Dec 10, 2020

Fix and refactor cta button links

957a436
Select commit
81e9177
Create ghostery-search promo in plan view
benstrumeyer Nov 24, 2020
0a36f46
Add scroll arrow and cards
benstrumeyer Nov 24, 2020
6e38e7c
Add value prop list to cards
benstrumeyer Nov 25, 2020
890315d
Add radio button and hover effects to cards
benstrumeyer Nov 30, 2020
c475484
Add click handler to full card, not only radio button
benstrumeyer Nov 30, 2020
81bf436
Select default plan depending on current plan
benstrumeyer Nov 30, 2020
3609b8e
Add logic to display title and subtitle texts
benstrumeyer Nov 30, 2020
8a32f7b
Style radio button alt design
benstrumeyer Nov 30, 2020
cdcef84
Touch up radio button alt design
benstrumeyer Nov 30, 2020
40685f9
Make responsive
benstrumeyer Nov 30, 2020
2e299cc
Change CTA button to a button
benstrumeyer Dec 1, 2020
b452c0c
Add back backgrounds on small screens and add checkmarks for free card
benstrumeyer Dec 3, 2020
2ab5254
Add working links
benstrumeyer Dec 3, 2020
8dc513b
Refactor basic/plus/premium states
benstrumeyer Dec 5, 2020
ae09663
Make cards responsive with OR
benstrumeyer Dec 5, 2020
6154223
Add padding and change CTA button strings
benstrumeyer Dec 5, 2020
f61e456
Add hover effects to search and premium CTA buttons
benstrumeyer Dec 6, 2020
0865b2e
Conditionally show cards based on users subscriptions and refactor ar…
benstrumeyer Dec 6, 2020
dbe0507
Fix logic for showing caret
benstrumeyer Dec 6, 2020
957a436
Fix and refactor cta button links
benstrumeyer Dec 6, 2020
b56ca6e
Fix color of premium CTA button when displaying to a basic user
benstrumeyer Dec 6, 2020
cd0f937
Refactor and add comments
benstrumeyer Dec 6, 2020
11cbdbe
Remove unused css
benstrumeyer Dec 6, 2020
b1c585c
Update plus and premium checkout links to specify english
benstrumeyer Dec 6, 2020
3e37ddd
Merge branch 'ghostery-browser-intro-hub' into GH-2210-2
benstrumeyer Dec 6, 2020
9fccb04
Move RadioButton and RadioButtonGroup to shared components
benstrumeyer Dec 6, 2020
a6d647e
Rename Step4_ChoosePlanView to ChoosePlanView
benstrumeyer Dec 6, 2020
2bebdab
Use BASIC, PLUS, and PREMIUM constants from UpgradePlanViewConstants …
benstrumeyer Dec 6, 2020
e04c652
Update copywrite year
benstrumeyer Dec 6, 2020
cd70f46
Replace hex color codes with variables
benstrumeyer Dec 6, 2020
c9c5eed
Add border to unchecked radio button
benstrumeyer Dec 6, 2020
5775130
Merge branch 'ghostery-browser-intro-hub' into GH-2210-2
wlycdgr Dec 10, 2020
Merged

GH-2210: Onboarding - Step 4 - Choose Plan #640

Fix and refactor cta button links
957a436
Select commit
81e9177
Create ghostery-search promo in plan view
benstrumeyer Nov 24, 2020
0a36f46
Add scroll arrow and cards
benstrumeyer Nov 24, 2020
6e38e7c
Add value prop list to cards
benstrumeyer Nov 25, 2020
890315d
Add radio button and hover effects to cards
benstrumeyer Nov 30, 2020
c475484
Add click handler to full card, not only radio button
benstrumeyer Nov 30, 2020
81bf436
Select default plan depending on current plan
benstrumeyer Nov 30, 2020
3609b8e
Add logic to display title and subtitle texts
benstrumeyer Nov 30, 2020
8a32f7b
Style radio button alt design
benstrumeyer Nov 30, 2020
cdcef84
Touch up radio button alt design
benstrumeyer Nov 30, 2020
40685f9
Make responsive
benstrumeyer Nov 30, 2020
2e299cc
Change CTA button to a button
benstrumeyer Dec 1, 2020
b452c0c
Add back backgrounds on small screens and add checkmarks for free card
benstrumeyer Dec 3, 2020
2ab5254
Add working links
benstrumeyer Dec 3, 2020
8dc513b
Refactor basic/plus/premium states
benstrumeyer Dec 5, 2020
ae09663
Make cards responsive with OR
benstrumeyer Dec 5, 2020
6154223
Add padding and change CTA button strings
benstrumeyer Dec 5, 2020
f61e456
Add hover effects to search and premium CTA buttons
benstrumeyer Dec 6, 2020
0865b2e
Conditionally show cards based on users subscriptions and refactor ar…
benstrumeyer Dec 6, 2020
dbe0507
Fix logic for showing caret
benstrumeyer Dec 6, 2020
957a436
Fix and refactor cta button links
benstrumeyer Dec 6, 2020
b56ca6e
Fix color of premium CTA button when displaying to a basic user
benstrumeyer Dec 6, 2020
cd0f937
Refactor and add comments
benstrumeyer Dec 6, 2020
11cbdbe
Remove unused css
benstrumeyer Dec 6, 2020
b1c585c
Update plus and premium checkout links to specify english
benstrumeyer Dec 6, 2020
3e37ddd
Merge branch 'ghostery-browser-intro-hub' into GH-2210-2
benstrumeyer Dec 6, 2020
9fccb04
Move RadioButton and RadioButtonGroup to shared components
benstrumeyer Dec 6, 2020
a6d647e
Rename Step4_ChoosePlanView to ChoosePlanView
benstrumeyer Dec 6, 2020
2bebdab
Use BASIC, PLUS, and PREMIUM constants from UpgradePlanViewConstants …
benstrumeyer Dec 6, 2020
e04c652
Update copywrite year
benstrumeyer Dec 6, 2020
cd70f46
Replace hex color codes with variables
benstrumeyer Dec 6, 2020
c9c5eed
Add border to unchecked radio button
benstrumeyer Dec 6, 2020
5775130
Merge branch 'ghostery-browser-intro-hub' into GH-2210-2
wlycdgr Dec 10, 2020

Workflow runs completed with no jobs