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-2273, GH-2285, GH-2286: Optimizations to onboarding login & logout UX #689

Merged
merged 8 commits into from Mar 16, 2021

Merge in develop

  • Loading branch information
wlycdgr committed Mar 15, 2021
commit 16410eae469aff06bea57c81a0a9e522ec526051
@@ -29,7 +29,11 @@ const WelcomeView = (props) => {

const gateSetupStep = (e) => {
if (getUserResolved) {
setSetupStep({ setup_step: WELCOME, origin: WELCOME });
setSetupStep({
setup_step: WELCOME,
dawn_setup_number: SETUP_STARTED,
origin: ONBOARDING
});
} else {
e.preventDefault();
}
@@ -203,6 +203,9 @@ class BlockSettingsView extends Component {
const {
enable_ad_block, kindsOfTrackers, enable_anti_tracking, enable_smart_block
} = this.state;

const recommendedChoicesActive = this.recommendedChoicesActive();

return (
<Fragment>
<div className="BlockSettingsView__relativeContainer">
You are viewing a condensed version of this merge commit. You can view the full changes here.
ProTip! Use n and p to navigate between commits in a pull request.