No files found.
+2 −5
index.js
app/ghostery-browser-hub/Views/AppView/index.js
+3 −3
OnboardingViewContainer.jsx
...hub/Views/OnboardingView/OnboardingViewContainer.jsx
+0 −17
OnboardingViewReducer.js
...er-hub/Views/OnboardingView/OnboardingViewReducer.js
+11 −27
index.js
app/ghostery-browser-hub/Views/OnboardingView/index.js
+18 −0
WelcomeView.jsx
...ws/OnboardingViews/Step0_WelcomeView/WelcomeView.jsx
+16 −0
index.js
...hub/Views/OnboardingViews/Step0_WelcomeView/index.js
+18 −0
SuccessView.jsx
...ws/OnboardingViews/Step5_SuccessView/SuccessView.jsx
+16 −0
index.js
...hub/Views/OnboardingViews/Step5_SuccessView/index.js
+4 −2
createStore.js
app/ghostery-browser-hub/createStore.js
+44 −0
AntiSuiteActions.js
app/shared-hub/actions/AntiSuiteActions.js
+0 −58
AntiSuiteViewActions.js
app/shared-hub/actions/AntiSuiteViewActions.js
+2 −2
AppViewActions.js → ToastActions.js
...ViewActions.js → shared-hub/actions/ToastActions.js}
+16 −0
AntiSuiteConstants.js
app/shared-hub/constants/AntiSuiteConstants.js
+0 −5
SetupConstants.js
app/shared-hub/constants/SetupConstants.js
+1 −4
AppViewConstants.js → ToastConstants.js
...nstants.js → shared-hub/constants/ToastConstants.js}
+41 −0
AntiSuiteReducer.js
app/shared-hub/reducers/AntiSuiteReducer.js
+5 −7
AppViewReducer.js → ToastReducer.js
...iewReducer.js → shared-hub/reducers/ToastReducer.js}
+1 −0
index.js
app/shared-hub/utils/index.js