No files found.
+204 −336
messages.json
_locales/en/messages.json
+1 −1
OfferCard.jsx
app/content-scripts/rewards/OfferCard.jsx
BIN
roboto-all-charsets.woff
app/fonts/roboto-all-charsets.woff
BIN
roboto-condensed-latin-bold-700.woff2
app/fonts/roboto-condensed-latin-bold-700.woff2
BIN
roboto-latin-bold-300.woff2
app/fonts/roboto-latin-bold-300.woff2
BIN
roboto-latin-bold-500.woff2
app/fonts/roboto-latin-bold-500.woff2
BIN
roboto-latin-bold-700.woff2
app/fonts/roboto-latin-bold-700.woff2
BIN
roboto-latin-bold-900.woff2
app/fonts/roboto-latin-bold-900.woff2
+6 −6
CreateAccountView.jsx
app/hub/Views/CreateAccountView/CreateAccountView.jsx
+10 −10
CreateAccountView.test.jsx.snap
...ests__/__snapshots__/CreateAccountView.test.jsx.snap
+4 −4
HomeView.jsx
app/hub/Views/HomeView/HomeView.jsx
+10 −10
HomeView.scss
app/hub/Views/HomeView/HomeView.scss
+7 −1
HomeViewActions.js
app/hub/Views/HomeView/HomeViewActions.js
+1 −0
HomeViewConstants.js
app/hub/Views/HomeView/HomeViewConstants.js
+70 −11
HomeViewContainer.jsx
app/hub/Views/HomeView/HomeViewContainer.jsx
+8 −1
HomeViewReducer.js
app/hub/Views/HomeView/HomeViewReducer.js
+6 −6
HomeView.test.jsx.snap
...eView/__tests__/__snapshots__/HomeView.test.jsx.snap
+4 −4
LogInView.jsx
app/hub/Views/LogInView/LogInView.jsx
+1 −1
LogInViewContainer.jsx
app/hub/Views/LogInView/LogInViewContainer.jsx
+7 −7
LogInView.test.jsx.snap
...View/__tests__/__snapshots__/LogInView.test.jsx.snap
+11 −11
PlusView.jsx
app/hub/Views/PlusView/PlusView.jsx
+34 −34
PlusView.test.jsx.snap
...sView/__tests__/__snapshots__/PlusView.test.jsx.snap
+1 −1
RewardsView.jsx
app/hub/Views/RewardsView/RewardsView.jsx
+1 −1
RewardsView.test.jsx.snap
...ew/__tests__/__snapshots__/RewardsView.test.jsx.snap
+7 −7
SetupAntiSuiteViewContainer.jsx
...s/SetupAntiSuiteView/SetupAntiSuiteViewContainer.jsx
+1 −1
SetupBlockingDropdown.jsx
...iews/SetupBlockingDropdown/SetupBlockingDropdown.jsx
+1 −1
SetupBlockingDropdown.test.jsx.snap
...__/__snapshots__/SetupBlockingDropdown.test.jsx.snap
+1 −1
SetupBlockingViewContainer.jsx
...ews/SetupBlockingView/SetupBlockingViewContainer.jsx
+5 −5
SetupDoneViewContainer.jsx
.../SetupViews/SetupDoneView/SetupDoneViewContainer.jsx
+2 −2
SetupHumanWebViewContainer.jsx
...ews/SetupHumanWebView/SetupHumanWebViewContainer.jsx
+5 −5
SideNavigationViewContainer.jsx
...s/SideNavigationView/SideNavigationViewContainer.jsx
+9 −9
TutorialAntiSuiteView.jsx
...iews/TutorialAntiSuiteView/TutorialAntiSuiteView.jsx
+2 −2
TutorialAntiSuiteViewContainer.jsx
...rialAntiSuiteView/TutorialAntiSuiteViewContainer.jsx
+9 −9
TutorialAntiSuiteView.test.jsx.snap
...__/__snapshots__/TutorialAntiSuiteView.test.jsx.snap
+2 −2
TutorialBlockingView.jsx
...lViews/TutorialBlockingView/TutorialBlockingView.jsx
+2 −2
TutorialBlockingViewContainer.jsx
...torialBlockingView/TutorialBlockingViewContainer.jsx
+2 −2
TutorialBlockingView.test.jsx.snap
...s__/__snapshots__/TutorialBlockingView.test.jsx.snap
+2 −2
TutorialLayoutView.jsx
...orialViews/TutorialLayoutView/TutorialLayoutView.jsx
+2 −2
TutorialLayoutViewContainer.jsx
...s/TutorialLayoutView/TutorialLayoutViewContainer.jsx
+2 −2
TutorialLayoutView.test.jsx.snap
...sts__/__snapshots__/TutorialLayoutView.test.jsx.snap
+2 −2
TutorialTrackerListViewContainer.jsx
...TrackerListView/TutorialTrackerListViewContainer.jsx
+4 −4
TutorialTrustView.jsx
...utorialViews/TutorialTrustView/TutorialTrustView.jsx
+2 −2
TutorialTrustViewContainer.jsx
...ews/TutorialTrustView/TutorialTrustViewContainer.jsx
+4 −4
TutorialTrustView.test.jsx.snap
...ests__/__snapshots__/TutorialTrustView.test.jsx.snap
+1 −1
TutorialVideoViewContainer.jsx
...ews/TutorialVideoView/TutorialVideoViewContainer.jsx
+6 −2
index.js
app/hub/utils/index.js
+12 −0
check-icon.svg
app/images/hub/home/check-icon.svg
+25 −0
gold-ghostie-badge.svg
app/images/hub/home/gold-ghostie-badge.svg
+13 −0
recommended-banner.svg
app/images/hub/home/recommended-banner.svg
+1 −0
checked-circle-icon.svg
app/images/panel/checked-circle-icon.svg
+1 −0
insights-ribbon.svg
app/images/panel/insights-ribbon.svg
+12 −1
PanelActions.js
app/panel/actions/PanelActions.js
+44 −6
CliqzFeature.jsx
app/panel/components/BuildingBlocks/CliqzFeature.jsx
+40 −0
ModalExitButton.jsx
app/panel/components/BuildingBlocks/ModalExitButton.jsx
+4 −2
PanelToTabLink.jsx
app/panel/components/BuildingBlocks/PanelToTabLink.jsx
+3 −1
index.js
app/panel/components/BuildingBlocks/index.js
+6 −6
CreateAccount.jsx
app/panel/components/CreateAccount.jsx
+1 −1
DetailMenu.jsx
app/panel/components/DetailMenu.jsx
+1 −1
ForgotPassword.jsx
app/panel/components/ForgotPassword.jsx
+3 −3
Header.jsx
app/panel/components/Header.jsx
+3 −3
HeaderMenu.jsx
app/panel/components/HeaderMenu.jsx
+1 −1
Help.jsx
app/panel/components/Help.jsx
+93 −0
InsightsPromoModal.jsx
app/panel/components/InsightsPromoModal.jsx
+8 −4
Login.jsx
app/panel/components/Login.jsx
+124 −12
Panel.jsx
app/panel/components/Panel.jsx
+87 −0
PlusUpgradePromoModal.jsx
app/panel/components/PlusUpgradePromoModal.jsx
+1 −1
Rewards.jsx
app/panel/components/Rewards.jsx
+6 −0
Notifications.jsx
app/panel/components/Settings/Notifications.jsx
+2 −2
Stats.jsx
app/panel/components/Stats.jsx
+1 −1
StatsView.jsx
app/panel/components/StatsView.jsx
+2 −2
Subscribe.jsx
app/panel/components/Subscribe.jsx
+1 −1
PrioritySupport.jsx
app/panel/components/Subscription/PrioritySupport.jsx
+3 −3
SubscriptionInfo.jsx
app/panel/components/Subscription/SubscriptionInfo.jsx
+2 −2
SubscriptionMenu.jsx
app/panel/components/Subscription/SubscriptionMenu.jsx
+2 −1
Summary.jsx
app/panel/components/Summary.jsx
+1 −0
constants.js
app/panel/constants/constants.js
+1 −1
PanelContainer.js
app/panel/containers/PanelContainer.js
+11 −3
panel.js
app/panel/reducers/panel.js
+2 −0
hub.scss
app/scss/hub.scss
+7 −0
panel.scss
app/scss/panel.scss
+1 −0
_colors.scss
app/scss/partials/_colors.scss
+43 −1
_fonts.scss
app/scss/partials/_fonts.scss
+106 −0
_insights_promo_modal.scss
app/scss/partials/_insights_promo_modal.scss
+37 −0
_modal_exit_button.scss
app/scss/partials/_modal_exit_button.scss
+146 −0
PlusPromoModal.jsx
app/shared-components/PlusPromoModal/PlusPromoModal.jsx
+294 −0
PlusPromoModal.scss
...shared-components/PlusPromoModal/PlusPromoModal.scss
+16 −0
index.js
app/shared-components/PlusPromoModal/index.js
+2 −0
index.js
app/shared-components/index.js
+16 −0
background.js
src/background.js
+3 −0
ConfData.js
src/classes/ConfData.js
+1 −0
Globals.js
src/classes/Globals.js
+10 −2
Metrics.js
src/classes/Metrics.js
+4 −1
PanelData.js
src/classes/PanelData.js
+97 −0
PromoModals.js
src/classes/PromoModals.js
+7 −7
i18n-checker.js
tools/i18n-checker.js