diff --git a/Changelog.md b/Changelog.md index c14290b..27d049e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,7 +10,7 @@ This is the changelog for the air quality web interface and its associated HTTP - [API] Improve accuracy of `distance_calc` for the `list-devices-near` action by using _Haversine's Formula_. - Display how long ago a device was last seen in it's pop-up box - [API] HTTP API users can now use the new `last_seen` property to the `list-devices` and `device-info` actions. - - + - Add favicon logo, thanks to [@BNNorman](https://github.com/BNNorman) ## v0.11.1 - 22nd June 2019 - Drastically improve the performance of the backend SQL queries that power the heatmap and device graphs by over 35x in some cases! diff --git a/client_src/css/main.css b/client_src/css/main.css index d31d30a..9e1638d 100644 --- a/client_src/css/main.css +++ b/client_src/css/main.css @@ -12,7 +12,10 @@ /** Ensure that some assets are copied that aren't by default **/ .non-existent { background: url(../../node_modules/leaflet/dist/images/marker-icon-2x.png), - url(../../node_modules/leaflet/dist/images/marker-shadow.png); + url(../../node_modules/leaflet/dist/images/marker-shadow.png), + url(../logo-small.png), + url(../logo.png), + url(../logo.svg); } html, body { font-size: 100%; } diff --git a/client_src/index.html b/client_src/index.html index af6e8ee..0844c01 100644 --- a/client_src/index.html +++ b/client_src/index.html @@ -3,6 +3,10 @@
+ + + +