-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule frontend
updated
20 files
+8 −6 | README.md | |
+125 −117 | package-lock.json | |
+8 −7 | package.json | |
+42 −0 | src/components/SelectSearchable.vue | |
+2 −5 | src/components/navbar/Navbar.vue | |
+7 −0 | src/components/sidebar/NavigationRoutes.ts | |
+27 −4 | src/i18n/locales/br.json | |
+28 −4 | src/i18n/locales/de.json | |
+27 −4 | src/i18n/locales/es.json | |
+27 −4 | src/i18n/locales/fr.json | |
+30 −7 | src/i18n/locales/gb.json | |
+131 −0 | src/pages/auth/login/Demo.vue | |
+46 −0 | src/pages/faq/FAQ.vue | |
+3 −2 | src/pages/monitoring/History.vue | |
+41 −0 | src/pages/monitoring/Windy.vue | |
+459 −0 | src/pages/profile/Correlations.vue | |
+46 −16 | src/pages/profile/OverviewTab.vue | |
+7 −2 | src/pages/profile/Profile.vue | |
+17 −0 | src/router/index.ts | |
+9 −4 | src/stores/global-store.ts |