No files found.
+58 −1
messages.json
_locales/en/messages.json
+33 −0
App.jsx
app/hub/App.jsx
+129 −29
HomeView.jsx
app/hub/Views/HomeView/HomeView.jsx
+119 −0
HomeView.scss
app/hub/Views/HomeView/HomeView.scss
+41 −0
HomeViewActions.js
app/hub/Views/HomeView/HomeViewActions.js
+4 −4
index.js → HomeViewConstants.js
...tailedView/index.js → HomeView/HomeViewConstants.js}
+100 −0
HomeViewContainer.jsx
app/hub/Views/HomeView/HomeViewContainer.jsx
+49 −0
HomeViewReducer.js
app/hub/Views/HomeView/HomeViewReducer.js
+95 −0
HomeView.test.jsx
app/hub/Views/HomeView/__tests__/HomeView.test.jsx
+64 −0
HomeViewActions.test.js
...hub/Views/HomeView/__tests__/HomeViewActions.test.js
+68 −0
HomeViewReducer.test.js
...hub/Views/HomeView/__tests__/HomeViewReducer.test.js
+350 −0
HomeView.test.jsx.snap
...eView/__tests__/__snapshots__/HomeView.test.jsx.snap
+27 −2
index.js
app/hub/Views/HomeView/index.js
+1 −1
RewardsView.jsx
app/hub/Views/RewardsView/RewardsView.jsx
+5 −5
RewardsView.scss
app/hub/Views/RewardsView/RewardsView.scss
+2 −0
RewardsView.test.jsx.snap
...ew/__tests__/__snapshots__/RewardsView.test.jsx.snap
+2 −2
SetupView.scss
app/hub/Views/SetupView/SetupView.scss
+3 −0
SetupViewConstants.js
app/hub/Views/SetupView/SetupViewConstants.js
+10 −14
SetupViewContainer.jsx
app/hub/Views/SetupView/SetupViewContainer.jsx
+13 −28
SetupViewContainer.test.jsx
...iews/SetupView/__tests__/SetupViewContainer.test.jsx
+2 −0
index.js
app/hub/Views/SetupView/index.js
+28 −0
SetupDoneViewActions.js
...ews/SetupViews/SetupDoneView/SetupDoneViewActions.js
+5 −1
SetupDoneViewContainer.jsx
.../SetupViews/SetupDoneView/SetupDoneViewContainer.jsx
+47 −0
SetupDoneViewActions.test.js
...SetupDoneView/__tests__/SetupDoneViewActions.test.js
+4 −1
index.js
app/hub/Views/SetupViews/SetupDoneView/index.js
+60 −0
SideNavigationView.jsx
app/hub/Views/SideNavigationView/SideNavigationView.jsx
+113 −0
SideNavigationView.scss
...hub/Views/SideNavigationView/SideNavigationView.scss
+47 −0
SideNavigationViewContainer.jsx
...s/SideNavigationView/SideNavigationViewContainer.jsx
+91 −0
SideNavigationView.test.jsx
...NavigationView/__tests__/SideNavigationView.test.jsx
+189 −0
SideNavigationView.test.jsx.snap
...sts__/__snapshots__/SideNavigationView.test.jsx.snap
+3 −3
index.js/{ → }
...rialTrustRestrictView → SideNavigationView}/index.js
+26 −18
TutorialView.jsx
app/hub/Views/TutorialView/TutorialView.jsx
+43 −0
TutorialView.scss
app/hub/Views/TutorialView/TutorialView.scss
+14 −2
TutorialViewActions.js
app/hub/Views/TutorialView/TutorialViewActions.js
+4 −0
TutorialViewConstants.js
app/hub/Views/TutorialView/TutorialViewConstants.js
+36 −34
TutorialViewContainer.jsx
app/hub/Views/TutorialView/TutorialViewContainer.jsx
+73 −0
TutorialViewReducer.js
app/hub/Views/TutorialView/TutorialViewReducer.js
+26 −1
index.js
app/hub/Views/TutorialView/index.js
+4 −29
TutorialAntiSuiteView.jsx
...iews/TutorialAntiSuiteView/TutorialAntiSuiteView.jsx
+28 −0
TutorialAntiSuiteViewActions.js
...utorialAntiSuiteView/TutorialAntiSuiteViewActions.js
+58 −0
TutorialAntiSuiteViewContainer.jsx
...rialAntiSuiteView/TutorialAntiSuiteViewContainer.jsx
+28 −3
index.js
...b/Views/TutorialViews/TutorialAntiSuiteView/index.js
+2 −27
TutorialBlockingView.jsx
...lViews/TutorialBlockingView/TutorialBlockingView.jsx
+54 −0
TutorialBlockingViewContainer.jsx
...torialBlockingView/TutorialBlockingViewContainer.jsx
+24 −2
index.js
...ub/Views/TutorialViews/TutorialBlockingView/index.js
+25 −0
TutorialLayoutView.jsx
...orialViews/TutorialLayoutView/TutorialLayoutView.jsx
+54 −0
TutorialLayoutViewContainer.jsx
...s/TutorialLayoutView/TutorialLayoutViewContainer.jsx
+38 −0
index.js
app/hub/Views/TutorialViews/TutorialLayoutView/index.js
+42 −11
TutorialNavigationContainer.jsx
...s/TutorialNavigation/TutorialNavigationContainer.jsx
+23 −1
index.js
app/hub/Views/TutorialViews/TutorialNavigation/index.js
+0 −50
TutorialSimpleDetailedView.jsx
...ialSimpleDetailedView/TutorialSimpleDetailedView.jsx
+3 −28
TutorialTrackerListView.jsx
.../TutorialTrackerListView/TutorialTrackerListView.jsx
+54 −0
TutorialTrackerListViewContainer.jsx
...TrackerListView/TutorialTrackerListViewContainer.jsx
+24 −2
index.js
...Views/TutorialViews/TutorialTrackerListView/index.js
+0 −50
TutorialTrustRestrictView.jsx
...orialTrustRestrictView/TutorialTrustRestrictView.jsx
+12 −18
_hub_other_partials.scss → TutorialTrustView.jsx
...torialViews/TutorialTrustView/TutorialTrustView.jsx}
+54 −0
TutorialTrustViewContainer.jsx
...ews/TutorialTrustView/TutorialTrustViewContainer.jsx
+38 −0
index.js
app/hub/Views/TutorialViews/TutorialTrustView/index.js
+2 −27
TutorialVideoView.jsx
...utorialViews/TutorialVideoView/TutorialVideoView.jsx
+54 −0
TutorialVideoViewContainer.jsx
...ews/TutorialVideoView/TutorialVideoViewContainer.jsx
+24 −2
index.js
app/hub/Views/TutorialViews/TutorialVideoView/index.js
+0 −92
App.jsx
app/hub/components/App.jsx
+0 −95
SideNavigation.jsx
app/hub/components/SideNavigation.jsx
+6 −2
createStore.js
app/hub/createStore.js
+1 −1
index.jsx
app/hub/index.jsx
+18 −0
ghosty-bubble-heart.svg
app/images/hub/home/ghosty-bubble-heart.svg
+10 −16
block-all.svg
app/images/hub/setup/block-all.svg
+8 −20
block-custom.svg
app/images/hub/setup/block-custom.svg
+6 −8
block-none.svg
app/images/hub/setup/block-none.svg
+22 −38
block-recommended.svg
app/images/hub/setup/block-recommended.svg
+6 −1
block-selected.svg
app/images/hub/setup/block-selected.svg
+20 −30
ghosty-block-all.svg
app/images/hub/setup/ghosty-block-all.svg
+20 −26
ghosty-check-wrench.svg
app/images/hub/setup/ghosty-check-wrench.svg
+13 −19
ghosty-human-web.svg
app/images/hub/setup/ghosty-human-web.svg
+10 −23
ghosty-icon.svg
app/images/hub/setup/ghosty-icon.svg
+16 −24
ghosty-shield-stop-lightbulb.svg
app/images/hub/setup/ghosty-shield-stop-lightbulb.svg
+16 −0
ghostery-logo.svg
app/images/hub/side-navigation/ghostery-logo.svg
+13 −3
hub.scss
app/scss/hub.scss
+0 −24
_hub_side_navigation.scss
app/scss/partials/_hub_side_navigation.scss
+71 −34
_hub_svgs.scss
app/scss/partials/_hub_svgs.scss
+31 −0
background.js
src/background.js
+2 −0
ConfData.js
src/classes/ConfData.js