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

Ghostery Dawn Intro Hub Miscellaneous Fixes #653

Merged
merged 21 commits into from Jan 7, 2021

Add back console log

c04012f
Select commit
7210997
Fix the StepProgressBar width for each screen, step4 needs to be a li…
benstrumeyer Jan 5, 2021
69b62f6
Add back button to all pages
benstrumeyer Jan 5, 2021
fc6fbf2
Add margin top to Step Progress Bar
benstrumeyer Jan 5, 2021
9266a97
Add back button for success view
benstrumeyer Jan 5, 2021
065d70c
Refactor back button for all pages
benstrumeyer Jan 5, 2021
a20f0d2
Log the user out if they are returning to step 1
benstrumeyer Jan 5, 2021
010b3d9
Add logout behavior to navbar
benstrumeyer Jan 5, 2021
b7cdd1e
Add highestSetupStepReached() method to next buttons
benstrumeyer Jan 5, 2021
fd2fb31
Trying to add setup_step to SetupLifeCycleReducer
benstrumeyer Jan 5, 2021
271e0ed
Revert "Trying to add setup_step to SetupLifeCycleReducer"
benstrumeyer Jan 6, 2021
581e83f
Revert "Add highestSetupStepReached() method to next buttons"
benstrumeyer Jan 6, 2021
94d8d36
Prevent user from moving forwards in the StepProgress bar, only back
benstrumeyer Jan 6, 2021
c04012f
Add back console log
benstrumeyer Jan 6, 2021
e8ade34
Remove test class
benstrumeyer Jan 6, 2021
fd9fa6d
Merge branch 'ghostery-browser-intro-hub' into misc-fixes
benstrumeyer Jan 6, 2021
7d8c57a
Fix tooltips
benstrumeyer Jan 6, 2021
d946e2e
Get rid of margin-left on all screens. Fix success view strings. Cent…
benstrumeyer Jan 6, 2021
9c126d9
Fix back button on small screen sizes for SuccessView
benstrumeyer Jan 6, 2021
ecb8d98
Bold <StepProgressBar /> current step label
benstrumeyer Jan 6, 2021
17448c4
Fix ChoosePlanView price font sizes
benstrumeyer Jan 6, 2021
f34b748
Merge branch 'ghostery-browser-intro-hub' into misc-fixes
wlycdgr Jan 7, 2021
Merged

Ghostery Dawn Intro Hub Miscellaneous Fixes #653

Add back console log
c04012f
Select commit
7210997
Fix the StepProgressBar width for each screen, step4 needs to be a li…
benstrumeyer Jan 5, 2021
69b62f6
Add back button to all pages
benstrumeyer Jan 5, 2021
fc6fbf2
Add margin top to Step Progress Bar
benstrumeyer Jan 5, 2021
9266a97
Add back button for success view
benstrumeyer Jan 5, 2021
065d70c
Refactor back button for all pages
benstrumeyer Jan 5, 2021
a20f0d2
Log the user out if they are returning to step 1
benstrumeyer Jan 5, 2021
010b3d9
Add logout behavior to navbar
benstrumeyer Jan 5, 2021
b7cdd1e
Add highestSetupStepReached() method to next buttons
benstrumeyer Jan 5, 2021
fd2fb31
Trying to add setup_step to SetupLifeCycleReducer
benstrumeyer Jan 5, 2021
271e0ed
Revert "Trying to add setup_step to SetupLifeCycleReducer"
benstrumeyer Jan 6, 2021
581e83f
Revert "Add highestSetupStepReached() method to next buttons"
benstrumeyer Jan 6, 2021
94d8d36
Prevent user from moving forwards in the StepProgress bar, only back
benstrumeyer Jan 6, 2021
c04012f
Add back console log
benstrumeyer Jan 6, 2021
e8ade34
Remove test class
benstrumeyer Jan 6, 2021
fd9fa6d
Merge branch 'ghostery-browser-intro-hub' into misc-fixes
benstrumeyer Jan 6, 2021
7d8c57a
Fix tooltips
benstrumeyer Jan 6, 2021
d946e2e
Get rid of margin-left on all screens. Fix success view strings. Cent…
benstrumeyer Jan 6, 2021
9c126d9
Fix back button on small screen sizes for SuccessView
benstrumeyer Jan 6, 2021
ecb8d98
Bold <StepProgressBar /> current step label
benstrumeyer Jan 6, 2021
17448c4
Fix ChoosePlanView price font sizes
benstrumeyer Jan 6, 2021
f34b748
Merge branch 'ghostery-browser-intro-hub' into misc-fixes
wlycdgr Jan 7, 2021
Travis CI / Travis CI - Branch failed Jan 6, 2021 in 2m 4s

Build Failed

The build failed, just like the previous build.

Details

This is a normal build for the misc-fixes 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"
  ]
}