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
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
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
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Trying to add setup_step to SetupLifeCycleReducer

  • Loading branch information
benstrumeyer committed Jan 5, 2021
commit fd2fb31b591ceca1e727d391170cf1fd2bc1baf4
@@ -47,7 +47,8 @@ function SetupLifecycleReducer(state = initialState, action) {
return {
...state,
setup: {
...{ setup_step: action.data }
...state.setup,
setup_step: action.data
}
};
}
ProTip! Use n and p to navigate between commits in a pull request.