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
+830
−16
Update copywrite year
e04c652
Select commit
81e9177
Create ghostery-search promo in plan view
benstrumeyer 0a36f46
Add scroll arrow and cards
benstrumeyer 6e38e7c
Add value prop list to cards
benstrumeyer 890315d
Add radio button and hover effects to cards
benstrumeyer c475484
Add click handler to full card, not only radio button
benstrumeyer 81bf436
Select default plan depending on current plan
benstrumeyer 3609b8e
Add logic to display title and subtitle texts
benstrumeyer 8a32f7b
Style radio button alt design
benstrumeyer cdcef84
Touch up radio button alt design
benstrumeyer 40685f9
Make responsive
benstrumeyer 2e299cc
Change CTA button to a button
benstrumeyer b452c0c
Add back backgrounds on small screens and add checkmarks for free card
benstrumeyer 2ab5254
Add working links
benstrumeyer 8dc513b
Refactor basic/plus/premium states
benstrumeyer ae09663
Make cards responsive with OR
benstrumeyer 6154223
Add padding and change CTA button strings
benstrumeyer f61e456
Add hover effects to search and premium CTA buttons
benstrumeyer 0865b2e
Conditionally show cards based on users subscriptions and refactor ar…
benstrumeyer dbe0507
Fix logic for showing caret
benstrumeyer 957a436
Fix and refactor cta button links
benstrumeyer b56ca6e
Fix color of premium CTA button when displaying to a basic user
benstrumeyer cd0f937
Refactor and add comments
benstrumeyer 11cbdbe
Remove unused css
benstrumeyer b1c585c
Update plus and premium checkout links to specify english
benstrumeyer 3e37ddd
Merge branch 'ghostery-browser-intro-hub' into GH-2210-2
benstrumeyer 9fccb04
Move RadioButton and RadioButtonGroup to shared components
benstrumeyer a6d647e
Rename Step4_ChoosePlanView to ChoosePlanView
benstrumeyer 2bebdab
Use BASIC, PLUS, and PREMIUM constants from UpgradePlanViewConstants …
benstrumeyer e04c652
Update copywrite year
benstrumeyer cd70f46
Replace hex color codes with variables
benstrumeyer c9c5eed
Add border to unchecked radio button
benstrumeyer 5775130
Merge branch 'ghostery-browser-intro-hub' into GH-2210-2
wlycdgr
Merged
GH-2210: Onboarding - Step 4 - Choose Plan #640
Update copywrite year
Nov 24, 2020
Nov 24, 2020
Nov 25, 2020
Nov 30, 2020
Nov 30, 2020
Nov 30, 2020
Nov 30, 2020
Nov 30, 2020
Nov 30, 2020
Nov 30, 2020
Dec 1, 2020
Dec 3, 2020
Dec 3, 2020
Dec 5, 2020
Dec 5, 2020
Dec 5, 2020
Dec 6, 2020
Dec 6, 2020
Dec 6, 2020
Dec 6, 2020
Dec 6, 2020
Dec 6, 2020
Dec 6, 2020
Dec 6, 2020
Dec 6, 2020
Dec 6, 2020
Dec 6, 2020
Dec 6, 2020
Dec 6, 2020
Dec 6, 2020
Dec 6, 2020
Dec 10, 2020
e04c652
Select commit
81e9177
Create ghostery-search promo in plan view
benstrumeyer 0a36f46
Add scroll arrow and cards
benstrumeyer 6e38e7c
Add value prop list to cards
benstrumeyer 890315d
Add radio button and hover effects to cards
benstrumeyer c475484
Add click handler to full card, not only radio button
benstrumeyer 81bf436
Select default plan depending on current plan
benstrumeyer 3609b8e
Add logic to display title and subtitle texts
benstrumeyer 8a32f7b
Style radio button alt design
benstrumeyer cdcef84
Touch up radio button alt design
benstrumeyer 40685f9
Make responsive
benstrumeyer 2e299cc
Change CTA button to a button
benstrumeyer b452c0c
Add back backgrounds on small screens and add checkmarks for free card
benstrumeyer 2ab5254
Add working links
benstrumeyer 8dc513b
Refactor basic/plus/premium states
benstrumeyer ae09663
Make cards responsive with OR
benstrumeyer 6154223
Add padding and change CTA button strings
benstrumeyer f61e456
Add hover effects to search and premium CTA buttons
benstrumeyer 0865b2e
Conditionally show cards based on users subscriptions and refactor ar…
benstrumeyer dbe0507
Fix logic for showing caret
benstrumeyer 957a436
Fix and refactor cta button links
benstrumeyer b56ca6e
Fix color of premium CTA button when displaying to a basic user
benstrumeyer cd0f937
Refactor and add comments
benstrumeyer 11cbdbe
Remove unused css
benstrumeyer b1c585c
Update plus and premium checkout links to specify english
benstrumeyer 3e37ddd
Merge branch 'ghostery-browser-intro-hub' into GH-2210-2
benstrumeyer 9fccb04
Move RadioButton and RadioButtonGroup to shared components
benstrumeyer a6d647e
Rename Step4_ChoosePlanView to ChoosePlanView
benstrumeyer 2bebdab
Use BASIC, PLUS, and PREMIUM constants from UpgradePlanViewConstants …
benstrumeyer e04c652
Update copywrite year
benstrumeyer cd70f46
Replace hex color codes with variables
benstrumeyer c9c5eed
Add border to unchecked radio button
benstrumeyer 5775130
Merge branch 'ghostery-browser-intro-hub' into GH-2210-2
wlycdgr
Travis CI / Travis CI - Branch
failed
Dec 6, 2020
in
2m 5s
Build Failed
The build failed, just like the previous build.
Details
This is a normal build for the GH-2210-2 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Node.js |
| Operating System | Linux (Xenial) |
| Node.js Version | lts/dubnium |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"node_js": [
"lts/dubnium"
],
"cache": {
"yarn": true
},
"install": [
"yarn install --frozen-lockfile"
],
"script": [
"node ./tools/licenses/fetchLicenses.js",
"yarn lint",
"yarn test"
]
}