No files found.
+54 −0
messages.json
_locales/en/messages.json
+3 −3
App.jsx/{ → }
app/hub/{components → }/App.jsx
+124 −29
HomeView.jsx
app/hub/Views/HomeView/HomeView.jsx
+121 −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
+93 −0
HomeView.test.jsx
app/hub/Views/HomeView/__tests__/HomeView.test.jsx
+336 −0
HomeView.test.jsx.snap
...eView/__tests__/__snapshots__/HomeView.test.jsx.snap
+27 −2
index.js
app/hub/Views/HomeView/index.js
+27 −19
SetupView.jsx
app/hub/Views/SetupView/SetupView.jsx
+3 −0
SetupViewConstants.js
app/hub/Views/SetupView/SetupViewConstants.js
+5 −9
SetupViewContainer.jsx
app/hub/Views/SetupView/SetupViewContainer.jsx
+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
+29 −9
SideNavigation.jsx → SideNavigationView.jsx
...x → Views/SideNavigationView/SideNavigationView.jsx}
+71 −0
SideNavigationView.scss
...hub/Views/SideNavigationView/SideNavigationView.scss
+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
+8 −1
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
+4 −0
createStore.js
app/hub/createStore.js
+1 −1
index.jsx
app/hub/index.jsx
+25 −0
ghosty-bubble-heart.svg
app/images/hub/home/ghosty-bubble-heart.svg
+1 −1
_settings_hub.scss
app/scss/_settings_hub.scss
+16 −7
hub.scss
app/scss/hub.scss
+0 −24
_hub_side_navigation.scss
app/scss/partials/_hub_side_navigation.scss
+17 −0
_hub_svgs.scss
app/scss/partials/_hub_svgs.scss
+25 −0
background.js
src/background.js
+2 −0
ConfData.js
src/classes/ConfData.js