No files found.
+154 −339
messages.json
_locales/en/messages.json
+1 −1
OfferCard.jsx
app/content-scripts/rewards/OfferCard.jsx
+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
+55 −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
+13 −0
recommended-banner.svg
app/images/hub/home/recommended-banner.svg
+44 −6
CliqzFeature.jsx
app/panel/components/BuildingBlocks/CliqzFeature.jsx
+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
+3 −3
Login.jsx
app/panel/components/Login.jsx
+59 −0
Panel.jsx
app/panel/components/Panel.jsx
+1 −1
Rewards.jsx
app/panel/components/Rewards.jsx
+2 −2
Stats.jsx
app/panel/components/Stats.jsx
+1 −1
StatsView.jsx
app/panel/components/StatsView.jsx
+1 −1
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
+1 −1
Summary.jsx
app/panel/components/Summary.jsx
+2 −2
panel.js
app/panel/reducers/panel.js
+2 −0
hub.scss
app/scss/hub.scss
+4 −0
panel.scss
app/scss/panel.scss
+6 −1
_fonts.scss
app/scss/partials/_fonts.scss
+141 −0
PlusPromoModal.jsx
app/shared-components/PlusPromoModal/PlusPromoModal.jsx
+200 −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
+8 −0
background.js
src/background.js
+1 −0
ConfData.js
src/classes/ConfData.js
+3 −0
PanelData.js
src/classes/PanelData.js
+57 −0
PromoModals.js
src/classes/PromoModals.js
+7 −7
i18n-checker.js
tools/i18n-checker.js