No files found.
+1 −1
.eslintrc.js
.eslintrc.js
+2 −1
AppView.jsx
app/hub/Views/AppView/AppView.jsx
+2 −1
AppViewContainer.jsx
app/hub/Views/AppView/AppViewContainer.jsx
+11 −8
CreateAccountViewContainer.jsx
...ews/CreateAccountView/CreateAccountViewContainer.jsx
+5 −3
HomeViewContainer.jsx
app/hub/Views/HomeView/HomeViewContainer.jsx
+13 −10
LogInViewContainer.jsx
app/hub/Views/LogInView/LogInViewContainer.jsx
+4 −2
PlusViewContainer.jsx
app/hub/Views/PlusView/PlusViewContainer.jsx
+4 −4
ProductsView.jsx
app/hub/Views/ProductsView/ProductsView.jsx
+4 −3
ProductsViewContainer.jsx
app/hub/Views/ProductsView/ProductsViewContainer.jsx
+20 −14
SetupViewContainer.jsx
app/hub/Views/SetupView/SetupViewContainer.jsx
+2 −2
SetupAntiSuiteView.jsx
...SetupViews/SetupAntiSuiteView/SetupAntiSuiteView.jsx
+11 −9
SetupAntiSuiteViewContainer.jsx
...s/SetupAntiSuiteView/SetupAntiSuiteViewContainer.jsx
+4 −2
SetupBlockingDropdownContainer.jsx
...pBlockingDropdown/SetupBlockingDropdownContainer.jsx
+12 −6
SetupBlockingView.jsx
...s/SetupViews/SetupBlockingView/SetupBlockingView.jsx
+6 −3
SetupBlockingViewContainer.jsx
...ews/SetupBlockingView/SetupBlockingViewContainer.jsx
+4 −0
SetupBlockingView.test.jsx
...tupBlockingView/__tests__/SetupBlockingView.test.jsx
+2 −2
SetupDoneView.jsx
...hub/Views/SetupViews/SetupDoneView/SetupDoneView.jsx
+3 −3
SetupHeader.jsx
app/hub/Views/SetupViews/SetupHeader/SetupHeader.jsx
+4 −4
SetupHumanWebView.jsx
...s/SetupViews/SetupHumanWebView/SetupHumanWebView.jsx
+5 −3
SetupHumanWebViewContainer.jsx
...ews/SetupHumanWebView/SetupHumanWebViewContainer.jsx
+3 −2
SideNavigationViewContainer.jsx
...s/SideNavigationView/SideNavigationViewContainer.jsx
+2 −2
SignedInView.jsx
app/hub/Views/SignedInView/SignedInView.jsx
+4 −3
TutorialViewContainer.jsx
app/hub/Views/TutorialView/TutorialViewContainer.jsx
+2 −1
TutorialAntiSuiteViewContainer.jsx
...rialAntiSuiteView/TutorialAntiSuiteViewContainer.jsx
+2 −1
License.jsx
app/licenses/License.jsx
+8 −4
GlobalTrackers.jsx
app/panel-android/components/GlobalTrackers.jsx
+18 −9
Overview.jsx
app/panel-android/components/Overview.jsx
+14 −9
Panel.jsx
app/panel-android/components/Panel.jsx
+6 −3
SiteTrackers.jsx
app/panel-android/components/SiteTrackers.jsx
+59 −34
Accordion.jsx
app/panel-android/components/content/Accordion.jsx
+11 −5
Accordions.jsx
app/panel-android/components/content/Accordions.jsx
+10 −7
ChartSVG.jsx
app/panel-android/components/content/ChartSVG.jsx
+8 −4
DotsMenu.jsx
app/panel-android/components/content/DotsMenu.jsx
+13 −8
FixedMenu.jsx
app/panel-android/components/content/FixedMenu.jsx
+26 −13
MenuItem.jsx
app/panel-android/components/content/MenuItem.jsx
+4 −2
Path.jsx
app/panel-android/components/content/Path.jsx
+5 −3
Tab.jsx
app/panel-android/components/content/Tab.jsx
+11 −6
Tabs.jsx
app/panel-android/components/content/Tabs.jsx
+53 −35
TrackerItem.jsx
app/panel-android/components/content/TrackerItem.jsx
+4 −2
TrackersChart.jsx
app/panel-android/components/content/TrackersChart.jsx
+3 −3
AccountSuccess.jsx
app/panel/components/AccountSuccess.jsx
+35 −24
Blocking.jsx
app/panel/components/Blocking.jsx
+74 −47
BlockingHeader.jsx
app/panel/components/Blocking/BlockingHeader.jsx
+21 −12
Categories.jsx
app/panel/components/Blocking/Categories.jsx
+64 −33
Category.jsx
app/panel/components/Blocking/Category.jsx
+19 −14
GlobalTracker.jsx
app/panel/components/Blocking/GlobalTracker.jsx
+63 −41
Tracker.jsx
app/panel/components/Blocking/Tracker.jsx
+28 −15
Trackers.jsx
app/panel/components/Blocking/Trackers.jsx
+8 −5
ClickOutside.jsx
app/panel/components/BuildingBlocks/ClickOutside.jsx
+28 −18
DonutGraph.jsx
app/panel/components/BuildingBlocks/DonutGraph.jsx
+3 −2
GhosteryFeature.jsx
app/panel/components/BuildingBlocks/GhosteryFeature.jsx
+2 −2
NotScanned.jsx
app/panel/components/BuildingBlocks/NotScanned.jsx
+9 −6
PauseButton.jsx
app/panel/components/BuildingBlocks/PauseButton.jsx
+4 −6
RadioButtonGroup.jsx
...panel/components/BuildingBlocks/RadioButtonGroup.jsx
+24 −21
StatsGraph.jsx
app/panel/components/BuildingBlocks/StatsGraph.jsx
+11 −6
ToggleSlider.jsx
app/panel/components/BuildingBlocks/ToggleSlider.jsx
+6 −4
CreateAccount.jsx
app/panel/components/CreateAccount.jsx
+7 −5
Detail.jsx
app/panel/components/Detail.jsx
+8 −5
DetailMenu.jsx
app/panel/components/DetailMenu.jsx
+30 −19
Header.jsx
app/panel/components/Header.jsx
+28 −17
HeaderMenu.jsx
app/panel/components/HeaderMenu.jsx
+9 −7
Login.jsx
app/panel/components/Login.jsx
+35 −27
Panel.jsx
app/panel/components/Panel.jsx
+9 −6
Rewards.jsx
app/panel/components/Rewards.jsx
+94 −14
Settings.jsx
app/panel/components/Settings.jsx
+8 −4
Account.jsx
app/panel/components/Settings/Account.jsx
+17 −14
GeneralSettings.jsx
app/panel/components/Settings/GeneralSettings.jsx
+18 −11
GlobalBlocking.jsx
app/panel/components/Settings/GlobalBlocking.jsx
+45 −48
Notifications.jsx
app/panel/components/Settings/Notifications.jsx
+40 −43
OptIn.jsx
app/panel/components/Settings/OptIn.jsx
+72 −75
Purplebox.jsx
app/panel/components/Settings/Purplebox.jsx
+2 −2
SettingsMenu.jsx
app/panel/components/Settings/SettingsMenu.jsx
+2 −1
Site.jsx
app/panel/components/Settings/Site.jsx
+30 −23
TrustAndRestrict.jsx
app/panel/components/Settings/TrustAndRestrict.jsx
+4 −2
Stats.jsx
app/panel/components/Stats.jsx
+2 −2
Subscribe.jsx
app/panel/components/Subscribe.jsx
+19 −8
Subscription.jsx
app/panel/components/Subscription.jsx
+2 −2
SubscriptionInfo.jsx
app/panel/components/Subscription/SubscriptionInfo.jsx
+4 −4
SubscriptionThemes.jsx
...panel/components/Subscription/SubscriptionThemes.jsx
+44 −31
Summary.jsx
app/panel/components/Summary.jsx
+18 −12
Tooltip.jsx
app/panel/components/Tooltip.jsx
+6 −4
ForgotPassword.jsx
app/shared-components/ForgotPassword/ForgotPassword.jsx
+4 −4
Modal.jsx
app/shared-components/Modal/Modal.jsx
+9 −5
PromoModal.jsx
app/shared-components/PromoModal/PromoModal.jsx
+6 −6
ToastMessage.jsx
app/shared-components/ToastMessage/ToastMessage.jsx
+5 −5
ToggleCheckbox.jsx
app/shared-components/ToggleCheckbox/ToggleCheckbox.jsx
+4 −4
ToggleSwitch.jsx
app/shared-components/ToggleSwitch/ToggleSwitch.jsx