Notification system in frontend

- Heatmap worker now reports progress
- Base for new altitude value
- Phones can be marked active
This commit is contained in:
2020-11-13 19:04:45 +01:00
parent d747b7be5b
commit ab1b90d020
27 changed files with 423 additions and 36 deletions

View File

@@ -31,7 +31,8 @@
"styles": [
"src/styles.scss",
"./node_modules/mapbox-gl/dist/mapbox-gl.css",
"./node_modules/@mapbox/mapbox-gl-geocoder/lib/mapbox-gl-geocoder.css"
"./node_modules/@mapbox/mapbox-gl-geocoder/lib/mapbox-gl-geocoder.css",
"../node_modules/font-awesome/css/font-awesome.css"
],
"scripts": [
"./node_modules/chart.js/dist/Chart.min.js"