No files found.
+0 −3
messages.json
_locales/de/messages.json
+81 −9
messages.json
_locales/en/messages.json
+10 −2
HomeView.jsx
app/hub/Views/HomeView/HomeView.jsx
+9 −0
HomeView.scss
app/hub/Views/HomeView/HomeView.scss
+7 −2
HomeViewContainer.jsx
app/hub/Views/HomeView/HomeViewContainer.jsx
+8 −6
HomeView.test.jsx.snap
...eView/__tests__/__snapshots__/HomeView.test.jsx.snap
+2 −1
index.js
app/hub/Views/HomeView/index.js
+1 −1
SetupViewContainer.jsx
app/hub/Views/SetupView/SetupViewContainer.jsx
+1 −1
SetupAntiSuiteViewContainer.jsx
...s/SetupAntiSuiteView/SetupAntiSuiteViewContainer.jsx
+1 −1
SetupBlockingViewContainer.jsx
...ews/SetupBlockingView/SetupBlockingViewContainer.jsx
+2 −2
SetupDoneViewContainer.jsx
.../SetupViews/SetupDoneView/SetupDoneViewContainer.jsx
+1 −1
SetupHumanWebViewContainer.jsx
...ews/SetupHumanWebView/SetupHumanWebViewContainer.jsx
+7 −0
SideNavigationView.scss
...hub/Views/SideNavigationView/SideNavigationView.scss
+2 −1
SideNavigationViewContainer.jsx
...s/SideNavigationView/SideNavigationViewContainer.jsx
+2 −2
TutorialAntiSuiteViewContainer.jsx
...rialAntiSuiteView/TutorialAntiSuiteViewContainer.jsx
+1 −1
TutorialBlockingViewContainer.jsx
...torialBlockingView/TutorialBlockingViewContainer.jsx
+1 −1
TutorialLayoutViewContainer.jsx
...s/TutorialLayoutView/TutorialLayoutViewContainer.jsx
+1 −1
TutorialTrackerListViewContainer.jsx
...TrackerListView/TutorialTrackerListViewContainer.jsx
+1 −1
TutorialTrustViewContainer.jsx
...ews/TutorialTrustView/TutorialTrustViewContainer.jsx
+1 −1
TutorialVideoViewContainer.jsx
...ews/TutorialVideoView/TutorialVideoViewContainer.jsx
+524 −0
UpgradePlanView.jsx
app/hub/Views/UpgradePlanView/UpgradePlanView.jsx
+783 −0
UpgradePlanView.scss
app/hub/Views/UpgradePlanView/UpgradePlanView.scss
+59 −0
UpgradePlanViewActions.js
app/hub/Views/UpgradePlanView/UpgradePlanViewActions.js
+25 −0
UpgradePlanViewConstants.js
...ub/Views/UpgradePlanView/UpgradePlanViewConstants.js
+59 −0
UpgradePlanViewReducer.js
app/hub/Views/UpgradePlanView/UpgradePlanViewReducer.js
+42 −0
index.js
app/hub/Views/UpgradePlanView/index.js
+2 −0
createStore.js
app/hub/createStore.js
+3 −1
index.jsx
app/hub/index.jsx
+1 −0
arrow-down.svg
app/images/hub/upgrade/arrow-down.svg
+1 −0
check.svg
app/images/hub/upgrade/check.svg
+1 −0
ghostery-basic-card.svg
app/images/hub/upgrade/ghostery-basic-card.svg
+1 −0
ghostery-plus-card.svg
app/images/hub/upgrade/ghostery-plus-card.svg
+1 −0
ghostery-premium-card.svg
app/images/hub/upgrade/ghostery-premium-card.svg
+1 −0
x-icon.svg
app/images/hub/upgrade/x-icon.svg
+1 −0
premium-sparkle.svg
app/images/premium-sparkle.svg
+1 −1
HeaderMenu.jsx
app/panel/components/HeaderMenu.jsx
+20 −24
Help.jsx
app/panel/components/Help.jsx
+2 −2
SubscriptionInfo.jsx
app/panel/components/Subscription/SubscriptionInfo.jsx
+11 −0
msg.js
app/panel/utils/msg.js
+1 −0
hub.scss
app/scss/hub.scss
+8 −0
_hub_svgs.scss
app/scss/partials/_hub_svgs.scss
+7 −1
background.js
src/background.js
+6 −0
Metrics.js
src/classes/Metrics.js