No files found.
+51 −0
messages.json
_locales/en/messages.json
+1 −1
App.jsx
app/hub/App.jsx
+121 −44
HomeView.jsx
app/hub/Views/HomeView/HomeView.jsx
+119 −4
HomeView.scss
app/hub/Views/HomeView/HomeView.scss
+26 −5
HomeViewActions.js
app/hub/Views/HomeView/HomeViewActions.js
+3 −1
HomeViewConstants.js
app/hub/Views/HomeView/HomeViewConstants.js
+52 −4
HomeViewContainer.jsx
app/hub/Views/HomeView/HomeViewContainer.jsx
+23 −5
HomeViewReducer.js
app/hub/Views/HomeView/HomeViewReducer.js
+4 −3
index.js
app/hub/Views/HomeView/index.js
+3 −0
SetupViewConstants.js
app/hub/Views/SetupView/SetupViewConstants.js
+8 −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
+11 −7
SideNavigationView.jsx
app/hub/Views/SideNavigationView/SideNavigationView.jsx
+3 −0
SideNavigationView.scss
...hub/Views/SideNavigationView/SideNavigationView.scss
+16 −0
index.js
app/hub/Views/SideNavigationView/index.js
+26 −18
TutorialView.jsx
app/hub/Views/TutorialView/TutorialView.jsx
+2 −0
TutorialView.scss
app/hub/Views/TutorialView/TutorialView.scss
+4 −1
TutorialViewConstants.js
app/hub/Views/TutorialView/TutorialViewConstants.js
+15 −9
TutorialViewContainer.jsx
app/hub/Views/TutorialView/TutorialViewContainer.jsx
+2 −4
index.js
app/hub/Views/TutorialView/index.js
+28 −0
TutorialAntiSuiteViewActions.js
...utorialAntiSuiteView/TutorialAntiSuiteViewActions.js
+5 −1
TutorialAntiSuiteViewContainer.jsx
...rialAntiSuiteView/TutorialAntiSuiteViewContainer.jsx
+5 −1
index.js
...b/Views/TutorialViews/TutorialAntiSuiteView/index.js
+1 −0
index.js
...ub/Views/TutorialViews/TutorialBlockingView/index.js
+1 −0
index.js
app/hub/Views/TutorialViews/TutorialLayoutView/index.js
+1 −0
index.js
...Views/TutorialViews/TutorialTrackerListView/index.js
+1 −0
index.js
app/hub/Views/TutorialViews/TutorialTrustView/index.js
+1 −0
index.js
app/hub/Views/TutorialViews/TutorialVideoView/index.js
0
ghosty-dialogue.svg → ghosty-bubble-heart.svg
...{ghosty-dialogue.svg → home/ghosty-bubble-heart.svg}
+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