Skip to content

Commit

Permalink
Update front-end to v0.1.0-beta12
Browse files Browse the repository at this point in the history
  • Loading branch information
xbgmsharp committed Oct 14, 2024
1 parent c3dccf9 commit 156d64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend
Submodule frontend updated 46 files
+0 −2 .husky/pre-commit
+4,962 −1,350 package-lock.json
+41 −24 package.json
+1 −1 src/App.vue
+24 −38 src/components/SelectStayAt.vue
+74 −0 src/components/echarts/donught.vue
+113 −0 src/components/echarts/heatmap.vue
+46 −0 src/components/echarts/line.vue
+90 −0 src/components/echarts/linetimeseries.vue
+95 −0 src/components/echarts/mix.vue
+55 −0 src/components/echarts/pie.vue
+1 −9 src/components/icons/IconAward.vue
+0 −2 src/components/icons/IconNavigation.vue
+263 −0 src/components/maps/MaplibreglDeckgl.vue
+1 −1 src/components/maps/leafletMap.vue
+1 −1 src/components/maps/leafletMapMoorages.vue
+264 −0 src/components/maps/leafletMapgl.vue
+1 −0 src/i18n/index.ts
+89 −8 src/i18n/locales/br.json
+23 −3 src/i18n/locales/de.json
+89 −2 src/i18n/locales/es.json
+89 −2 src/i18n/locales/fr.json
+94 −10 src/i18n/locales/gb.json
+7 −2 src/pages/activate/Activate.vue
+5 −0 src/pages/auth/login/Login.vue
+5 −1 src/pages/auth/signup/Signup.vue
+24 −1 src/pages/boats/Details.vue
+3 −3 src/pages/boats/GetBoatToken.vue
+52 −128 src/pages/dashboard/Dashboard.vue
+186 −0 src/pages/dashboard/Echarts.vue
+12 −3 src/pages/logs-book/Page.vue
+13 −76 src/pages/logs-book/sidebars/Performance.vue
+312 −218 src/pages/monitoring/History.vue
+51 −0 src/pages/stats/Cards/TopBy.vue
+51 −0 src/pages/stats/Cards/TopMooragesBy.vue
+410 −271 src/pages/stats/Stats.vue
+1 −2 src/pages/stays/Moorage.vue
+167 −172 src/pages/timelapse/Form.vue
+41 −23 src/scss/main.scss
+84 −1 src/scss/vuestic-sass/index.scss
+10 −0 src/services/api-client.ts
+21 −20 src/services/vuestic-ui/icons-config/aliases.ts
+0 −3 src/stores/appui-store.ts
+21 −0 src/stores/global-store.ts
+5 −10 src/utils/dateFormatter.js
+1 −1 src/utils/distanceFormatter.js

0 comments on commit 156d64d

Please sign in to comment.