No files found.
+10 −9
config
.tx/config
+7 −3
CODEOWNERS
CODEOWNERS
+267 −0
messages.json
_locales/en/messages.json
+9 −1
AccountActions.js
app/Account/AccountActions.js
+3 −0
AccountConstants.js
app/Account/AccountConstants.js
+11 −1
AccountReducer.js
app/Account/AccountReducer.js
+66 −0
AppView.jsx
app/dawn-hub/Views/AppView/AppView.jsx
+19 −0
index.js
app/dawn-hub/Views/AppView/index.js
+37 −0
OnboardingConstants.js
...dawn-hub/Views/OnboardingView/OnboardingConstants.js
+72 −0
OnboardingView.jsx
app/dawn-hub/Views/OnboardingView/OnboardingView.jsx
+15 −0
OnboardingView.scss
app/dawn-hub/Views/OnboardingView/OnboardingView.scss
+161 −0
OnboardingViewContainer.jsx
...hub/Views/OnboardingView/OnboardingViewContainer.jsx
+45 −0
index.js
app/dawn-hub/Views/OnboardingView/index.js
+46 −0
WelcomeView.jsx
...ws/OnboardingViews/Step0_WelcomeView/WelcomeView.jsx
+72 −0
WelcomeView.scss
...s/OnboardingViews/Step0_WelcomeView/WelcomeView.scss
+37 −0
WelcomeView.test.jsx
...ews/Step0_WelcomeView/__tests__/WelcomeView.test.jsx
+32 −0
WelcomeView.test.jsx.snap
...ew/__tests__/__snapshots__/WelcomeView.test.jsx.snap
+22 −0
index.js
...hub/Views/OnboardingViews/Step0_WelcomeView/index.js
+231 −0
Step1_CreateAccountForm.jsx
.../Step1_CreateAccountForm/Step1_CreateAccountForm.jsx
+104 −0
Step1_CreateAccountForm.scss
...Step1_CreateAccountForm/Step1_CreateAccountForm.scss
+237 −0
Step1_CreateAccountFormContainer.jsx
...eateAccountForm/Step1_CreateAccountFormContainer.jsx
+88 −0
Step1_CreateAccountForm.test.jsx
...countForm/__tests__/Step1_CreateAccountForm.test.jsx
+175 −0
Step1_CreateAccountForm.test.jsx.snap
.../__snapshots__/Step1_CreateAccountForm.test.jsx.snap
+27 −0
index.js
...ews/OnboardingViews/Step1_CreateAccountForm/index.js
+195 −0
Step1_CreateAccountView.jsx
.../Step1_CreateAccountView/Step1_CreateAccountView.jsx
+293 −0
Step1_CreateAccountView.scss
...Step1_CreateAccountView/Step1_CreateAccountView.scss
+61 −0
Step1_CreateAccountView.test.jsx
...countView/__tests__/Step1_CreateAccountView.test.jsx
+119 −0
Step1_CreateAccountView.test.jsx.snap
.../__snapshots__/Step1_CreateAccountView.test.jsx.snap
+24 −0
index.js
...ews/OnboardingViews/Step1_CreateAccountView/index.js
+113 −0
Step1_LogInForm.jsx
.../OnboardingViews/Step1_LogInForm/Step1_LogInForm.jsx
+109 −0
Step1_LogInForm.scss
...OnboardingViews/Step1_LogInForm/Step1_LogInForm.scss
+188 −0
Step1_LogInFormContainer.jsx
...ngViews/Step1_LogInForm/Step1_LogInFormContainer.jsx
+75 −0
Step1_LoginForm.test.jsx
...s/Step1_LogInForm/__tests__/Step1_LoginForm.test.jsx
+85 −0
Step1_LoginForm.test.jsx.snap
..._tests__/__snapshots__/Step1_LoginForm.test.jsx.snap
+38 −0
index.js
...n-hub/Views/OnboardingViews/Step1_LogInForm/index.js
+235 −0
BlockSettingsView.jsx
...gViews/Step2_BlockSettingsView/BlockSettingsView.jsx
+152 −0
BlockSettingsView.scss
...Views/Step2_BlockSettingsView/BlockSettingsView.scss
+86 −0
BlockSettingsView.test.jsx
...ockSettingsView/__tests__/BlockSettingsView.test.jsx
+336 −0
BlockSettingsView.test.jsx.snap
...ests__/__snapshots__/BlockSettingsView.test.jsx.snap
+33 −0
index.js
...ews/OnboardingViews/Step2_BlockSettingsView/index.js
+18 −0
ChooseDefaultSearchActions.js
...hooseDefaultSearchView/ChooseDefaultSearchActions.js
+29 −0
ChooseDefaultSearchConstants.js
...oseDefaultSearchView/ChooseDefaultSearchConstants.js
+36 −0
ChooseDefaultSearchReducer.js
...hooseDefaultSearchView/ChooseDefaultSearchReducer.js
+375 −0
ChooseDefaultSearchView.jsx
..._ChooseDefaultSearchView/ChooseDefaultSearchView.jsx
+325 −0
ChooseDefaultSearchView.scss
...ChooseDefaultSearchView/ChooseDefaultSearchView.scss
+25 −0
index.js
...boardingViews/Step3_ChooseDefaultSearchView/index.js
+413 −0
ChoosePlanView.jsx
...oardingViews/Step4_ChoosePlanView/ChoosePlanView.jsx
+363 −0
ChoosePlanView.scss
...ardingViews/Step4_ChoosePlanView/ChoosePlanView.scss
+101 −0
ChoosePlanView.test.jsx
...ep4_ChoosePlanView/__tests__/ChoosePlanView.test.jsx
+387 −0
ChoosePlanView.test.jsx.snap
...__tests__/__snapshots__/ChoosePlanView.test.jsx.snap
+23 −0
index.jsx
...Views/OnboardingViews/Step4_ChoosePlanView/index.jsx
+52 −0
SuccessView.jsx
...ws/OnboardingViews/Step5_SuccessView/SuccessView.jsx
+101 −0
SuccessView.scss
...s/OnboardingViews/Step5_SuccessView/SuccessView.scss
+37 −0
SuccessView.test.jsx
...ews/Step5_SuccessView/__tests__/SuccessView.test.jsx
+53 −0
SuccessView.test.jsx.snap
...ew/__tests__/__snapshots__/SuccessView.test.jsx.snap
+22 −0
index.js
...hub/Views/OnboardingViews/Step5_SuccessView/index.js
+58 −0
StepNavigator.jsx
...iews/OnboardingViews/StepNavigator/StepNavigator.jsx
+16 −0
index.js
...awn-hub/Views/OnboardingViews/StepNavigator/index.js
+138 −0
StepProgressBar.jsx
.../OnboardingViews/StepProgressBar/StepProgressBar.jsx
+116 −0
StepProgressBar.scss
...OnboardingViews/StepProgressBar/StepProgressBar.scss
+93 −0
StepProgressBar.test.jsx
...s/StepProgressBar/__tests__/StepProgressBar.test.jsx
+79 −0
StepProgressBar.test.jsx.snap
..._tests__/__snapshots__/StepProgressBar.test.jsx.snap
+22 −0
index.js
...n-hub/Views/OnboardingViews/StepProgressBar/index.js
+38 −0
createStore.js
app/dawn-hub/createStore.js
+46 −0
index.jsx
app/dawn-hub/index.jsx
+7 −3
AppView.test.jsx.snap
...ppView/__tests__/__snapshots__/AppView.test.jsx.snap
+1 −1
HomeViewActions.test.js
...hub/Views/HomeView/__tests__/HomeViewActions.test.js
+1 −1
SetupView.test.jsx
app/hub/Views/SetupView/__tests__/SetupView.test.jsx
+1 −1
SetupViewActions.test.js
...b/Views/SetupView/__tests__/SetupViewActions.test.js
+1 −1
SetupViewContainer.test.jsx
...iews/SetupView/__tests__/SetupViewContainer.test.jsx
+1 −1
SetupViewReducer.test.js
...b/Views/SetupView/__tests__/SetupViewReducer.test.js
+5 −5
SetupView.test.jsx.snap
...View/__tests__/__snapshots__/SetupView.test.jsx.snap
+5 −5
SetupViewContainer.test.jsx.snap
...sts__/__snapshots__/SetupViewContainer.test.jsx.snap
+1 −1
SetupAntiSuiteView.test.jsx
...pAntiSuiteView/__tests__/SetupAntiSuiteView.test.jsx
+1 −1
SetupAntiSuiteViewActions.test.js
...uiteView/__tests__/SetupAntiSuiteViewActions.test.js
+2 −2
SetupAntiSuiteView.test.jsx.snap
...sts__/__snapshots__/SetupAntiSuiteView.test.jsx.snap
+1 −1
SetupBlockingDropdown.test.jsx
...ingDropdown/__tests__/SetupBlockingDropdown.test.jsx
+1 −1
SetupBlockingDropdown.test.jsx.snap
...__/__snapshots__/SetupBlockingDropdown.test.jsx.snap
+1 −1
SetupBlockingView.test.jsx
...tupBlockingView/__tests__/SetupBlockingView.test.jsx
+1 −1
SetupBlockingViewActions.test.js
...ckingView/__tests__/SetupBlockingViewActions.test.js
+2 −2
SetupBlockingView.test.jsx.snap
...ests__/__snapshots__/SetupBlockingView.test.jsx.snap
+1 −1
SetupDoneView.test.jsx
...Views/SetupDoneView/__tests__/SetupDoneView.test.jsx
+1 −1
SetupDoneViewActions.test.js
...SetupDoneView/__tests__/SetupDoneViewActions.test.js
+1 −1
SetupDoneView.test.jsx.snap
.../__tests__/__snapshots__/SetupDoneView.test.jsx.snap
+1 −1
SetupHeader.test.jsx
...etupViews/SetupHeader/__tests__/SetupHeader.test.jsx
+1 −1
SetupHeader.test.jsx.snap
...er/__tests__/__snapshots__/SetupHeader.test.jsx.snap
+1 −1
SetupHumanWebView.test.jsx
...tupHumanWebView/__tests__/SetupHumanWebView.test.jsx
+1 −1
SetupHumanWebViewActions.test.js
...anWebView/__tests__/SetupHumanWebViewActions.test.js
+1 −1
SetupHumanWebView.test.jsx.snap
...ests__/__snapshots__/SetupHumanWebView.test.jsx.snap
+0 −8
UpgradePlanView.scss
app/hub/Views/UpgradePlanView/UpgradePlanView.scss
+7 −0
dropdown-caret.svg
...mages/hub/ChooseDefaultSearchView/dropdown-caret.svg
+30 −0
ghostery-browser-logo.svg
...ub/ChooseDefaultSearchView/ghostery-browser-logo.svg
+17 −0
search-engine-logo-bing.svg
.../ChooseDefaultSearchView/search-engine-logo-bing.svg
+29 −0
search-engine-logo-ghostery.svg
...oseDefaultSearchView/search-engine-logo-ghostery.svg
+9 −0
search-engine-logo-startpage.svg
...seDefaultSearchView/search-engine-logo-startpage.svg
+13 −0
search-engine-logo-yahoo.svg
...ChooseDefaultSearchView/search-engine-logo-yahoo.svg
+1 −0
ghosty-box.svg
...mages/hub/browser-create-account-view/ghosty-box.svg
+1 −0
ghosty-shield.svg
...es/hub/browser-create-account-view/ghosty-shield.svg
+18 −0
info.svg
app/images/hub/setup/info.svg
+8 −0
step-1-current.svg
app/images/hub/step-progress-bar/step-1-current.svg
+8 −0
step-2-current.svg
app/images/hub/step-progress-bar/step-2-current.svg
+8 −0
step-2-incomplete.svg
app/images/hub/step-progress-bar/step-2-incomplete.svg
+8 −0
step-3-current.svg
app/images/hub/step-progress-bar/step-3-current.svg
+12 −0
step-3-incomplete.svg
app/images/hub/step-progress-bar/step-3-incomplete.svg
+8 −0
step-4-current.svg
app/images/hub/step-progress-bar/step-4-current.svg
+8 −0
step-4-incomplete.svg
app/images/hub/step-progress-bar/step-4-incomplete.svg
+17 −0
step-completed.svg
app/images/hub/step-progress-bar/step-completed.svg
BIN
ghostery-suite.png
app/images/hub/success/ghostery-suite.png
+18 −0
toast-alert.svg
app/images/hub/toast/toast-alert.svg
+18 −0
toast-success.svg
app/images/hub/toast/toast-success.svg
BIN
rocketShip.png
app/images/hub/welcome/rocketShip.png
+1 −1
OverviewTab.jsx
...android/components/content/__tests__/OverviewTab.jsx
+1 −1
CliqzFeature.jsx
app/panel/components/BuildingBlocks/CliqzFeature.jsx
+1 −1
DonutGraph.jsx
app/panel/components/BuildingBlocks/DonutGraph.jsx
+1 −1
GhosteryFeature.jsx
app/panel/components/BuildingBlocks/GhosteryFeature.jsx
+1 −1
PauseButton.jsx
app/panel/components/BuildingBlocks/PauseButton.jsx
+1 −1
CliqzFeature.jsx
...components/BuildingBlocks/__tests__/CliqzFeature.jsx
+1 −1
DonutGraph.jsx
...l/components/BuildingBlocks/__tests__/DonutGraph.jsx
+1 −1
GhosteryFeature.jsx
...ponents/BuildingBlocks/__tests__/GhosteryFeature.jsx
+1 −1
PauseButton.jsx
.../components/BuildingBlocks/__tests__/PauseButton.jsx
+0 −4
index.js
app/panel/components/BuildingBlocks/index.js
+1 −1
Header.jsx
app/panel/components/Header.jsx
+1 −1
AdBlocker.jsx
app/panel/components/Settings/AdBlocker.jsx
+1 −1
SubscriptionThemes.jsx
...panel/components/Subscription/SubscriptionThemes.jsx
+1 −1
Summary.jsx
app/panel/components/Summary.jsx
+14 −0
utils.js
app/panel/utils/utils.js
+85 −0
dawn_hub.scss
app/scss/dawn_hub.scss
+1 −0
hub.scss
app/scss/hub.scss
+2 −2
panel.scss
app/scss/panel.scss
+13 −2
_colors.scss
app/scss/partials/_colors.scss
+21 −1
_radio_button.scss
app/scss/partials/_radio_button.scss
+3 −1
RadioButton.jsx/{ → }
...cks → shared-components/RadioButton}/RadioButton.jsx
+16 −0
index.js
app/shared-components/RadioButton/index.js
+1 −1
RadioButtonGroup.jsx/{ → }
...ed-components/RadioButtonGroup}/RadioButtonGroup.jsx
+16 −0
index.js
app/shared-components/RadioButtonGroup/index.js
+33 −15
ToastMessage.jsx
app/shared-components/ToastMessage/ToastMessage.jsx
+25 −0
ToastMessage.scss
app/shared-components/ToastMessage/ToastMessage.scss
+15 −7
ToastMessage.test.jsx.snap
...e/__tests__/__snapshots__/ToastMessage.test.jsx.snap
+2 −1
Tooltip.jsx/{ → }
.../components → shared-components/Tooltip}/Tooltip.jsx
+13 −0
_tooltip.scss → Tooltip.scss
...oltip.scss → shared-components/Tooltip/Tooltip.scss}
+16 −0
index.js
app/shared-components/Tooltip/index.js
+28 −0
AntiSuiteActions.js
app/shared-hub/actions/AntiSuiteActions.js
+20 −0
BlockingPolicyActions.js
app/shared-hub/actions/BlockingPolicyActions.js
+7 −0
MetricsActions.js
app/shared-hub/actions/MetricsActions.js
+32 −0
SetupLifecycleActions.js
app/shared-hub/actions/SetupLifecycleActions.js
+18 −0
ToastActions.js
app/shared-hub/actions/ToastActions.js
+88 −0
AntiSuiteActions.test.js
...hared-hub/actions/__tests__/AntiSuiteActions.test.js
+56 −0
BlockingPolicyActions.test.js
...-hub/actions/__tests__/BlockingPolicyActions.test.js
+56 −0
MetricsActions.test.js
app/shared-hub/actions/__tests__/MetricsActions.test.js
+89 −0
SetupLifecycleActions.test.js
...-hub/actions/__tests__/SetupLifecycleActions.test.js
+35 −0
ToastActions.test.js
app/shared-hub/actions/__tests__/ToastActions.test.js
+16 −0
AntiSuiteConstants.js
app/shared-hub/constants/AntiSuiteConstants.js
+18 −0
BlockingPolicyConstants.js
app/shared-hub/constants/BlockingPolicyConstants.js
+16 −0
MetricsConstants.js
app/shared-hub/constants/MetricsConstants.js
+16 −0
SetupLifecycleConstants.js
app/shared-hub/constants/SetupLifecycleConstants.js
+16 −0
ToastConstants.js
app/shared-hub/constants/ToastConstants.js
+41 −0
AntiSuiteReducer.js
app/shared-hub/reducers/AntiSuiteReducer.js
+29 −0
BlockingPolicyReducer.js
app/shared-hub/reducers/BlockingPolicyReducer.js
+45 −0
SetupLifecycleReducer.js
app/shared-hub/reducers/SetupLifecycleReducer.js
+34 −0
ToastReducer.js
app/shared-hub/reducers/ToastReducer.js
+69 −0
AntiSuiteReducer.test.js
...ared-hub/reducers/__tests__/AntiSuiteReducer.test.js
+41 −0
BlockingPolicyReducer.test.js
...hub/reducers/__tests__/BlockingPolicyReducer.test.js
+42 −0
SetupLifeCycleReducer.test.js
...hub/reducers/__tests__/SetupLifeCycleReducer.test.js
+39 −0
ToastReducer.test.js
app/shared-hub/reducers/__tests__/ToastReducer.test.js
+119 −0
index.js
app/shared-hub/utils/index.js
+26 −0
dawn_hub.html
app/templates/dawn_hub.html
+1 −0
jsdoc.json
jsdoc.json
+1 −1
package.json
package.json
+29 −11
background.js
src/background.js
+1 −0
ConfData.js
src/classes/ConfData.js
+13 −9
Debugger.js
src/classes/Debugger.js
+2 −0
Globals.js
src/classes/Globals.js
+36 −3
Metrics.js
src/classes/Metrics.js
+5 −1
webpack.config.js
webpack.config.js
+40 −30
yarn.lock
yarn.lock