Commit Graph

468 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 11eb03fa75
Merge branch 'dev' of github.com:ConnectedHumber/Air-Quality-Web into dev 2021-02-14 03:18:04 +00:00
Starbeamrainbowlabs 2b03162aab
build/ci: set TERM if it isn't already 2021-02-14 03:17:56 +00:00
Starbeamrainbowlabs 9aa450f61e
Merge pull request #65 from bsimmo/patch-2
updated aq. to sensors.
2021-02-12 22:49:03 +00:00
Ben eb814e71b5
updated aq. to sensors.
Top most [API] and [documentation] links still pointed to aq. site and should be sensors. site
2021-02-12 13:41:17 +00:00
Starbeamrainbowlabs f78c52d8f1
properly handle switching to a reading type that doesn't have any readings at all 2021-01-30 21:40:07 +00:00
Starbeamrainbowlabs 3dc7b58e6e
api/device-info: drastically optimise by removing a redundant JOIN
....why we didn't remove it before, I have no idea.
2021-01-30 21:33:28 +00:00
Starbeamrainbowlabs 5b724a9766
Display the gauge at the right hand size again :D 2021-01-30 21:27:39 +00:00
Starbeamrainbowlabs 79064955a5
Rewire the UI to updaate the device markers, nott he old heatmap 2021-01-30 21:16:02 +00:00
Starbeamrainbowlabs 3fe326b02d
Colour the markers instead of having a heatmap
Goodbye, old friend :-(

That heatmap thingy took several revisions and lots fo hard work, but it 
just didn't work out :-( :-( :'(
2021-01-30 21:10:53 +00:00
Starbeamrainbowlabs 8ccc578e7b
api/list-reading-types: optimise
This uses the new sensor_reading_value_types table that was recently 
added, and also REMOVES the "count" property on returned objects from 
this API action.
2021-01-30 18:26:50 +00:00
Starbeamrainbowlabs 712e0602ed
api/index: update URL 2020-12-12 13:58:54 +00:00
Starbeamrainbowlabs ac6cc90f78
client: Update dependencies 2020-12-12 13:40:52 +00:00
Starbeamrainbowlabs d5669050a4
docs: update welcome page 2020-12-12 13:19:38 +00:00
Starbeamrainbowlabs d61bf02da7
docs: update instructions for installing Node.js 2020-12-12 13:06:33 +00:00
Starbeamrainbowlabs 7f73ae995a
build: update ci location 2020-12-12 12:55:39 +00:00
Starbeamrainbowlabs 802992e22e
update nightdocs again again to fix a race condition 2020-05-21 21:38:08 +01:00
Starbeamrainbowlabs 5fa8f25fba
force-create beta symlink in lftp 2020-05-21 21:06:13 +01:00
Starbeamrainbowlabs f19ada9715
Fix nightdocs.... again 2020-05-21 20:09:27 +01:00
Starbeamrainbowlabs e30cb5b79c
build: comment out symlink code, and update nightdocs
Let's see if this helps.
2020-05-21 19:56:03 +01:00
Starbeamrainbowlabs 57c1c79744
we've got a symlink issue again 2020-05-21 19:35:28 +01:00
Starbeamrainbowlabs 78aed87ddd
Add CORS header support 2020-05-21 19:16:30 +01:00
Starbeamrainbowlabs 552a640600
Bugfix: Correct SQL. Fixes #63 2020-05-15 18:27:02 +01:00
Starbeamrainbowlabs cdb656b4b3
Bugfix: Fix duplicated items in list-devices-near.
Fixes #61.
2020-05-01 23:41:31 +01:00
Starbeamrainbowlabs 0b19464678
Don't show devices that have visible set to 0 2020-05-01 23:34:34 +01:00
Starbeamrainbowlabs 5f8ea064b7
Fix smartsettings version 2020-04-28 00:33:19 +01:00
Starbeamrainbowlabs 2d3c32e870
Add disclaimer again....
This is really killing any motivation I might have had to work on this 
project.
2020-04-27 23:57:37 +01:00
Starbeamrainbowlabs 8f6057913b
Revert "UI: fix smartsettings and add diclaimer again"
This reverts commit 42e683929b.
2020-04-27 23:56:36 +01:00
Starbeamrainbowlabs ea14f29a96
Revert "tweak smartsettings again"
This reverts commit d81510e6b2.
2020-04-27 23:56:34 +01:00
Starbeamrainbowlabs d81510e6b2
tweak smartsettings again 2020-04-27 23:46:12 +01:00
Starbeamrainbowlabs 42e683929b
UI: fix smartsettings and add diclaimer again
......it's really killing my motivation to work on this.
2020-04-27 23:34:12 +01:00
Starbeamrainbowlabs 872834917f
Add disclaimer is 'attribution' on map 2020-04-27 20:13:01 +01:00
Starbeamrainbowlabs 126e55991a
Add link to disclaimer 2020-04-27 19:01:48 +01:00
Starbeamrainbowlabs ba9370a935
Update dependencies 2020-04-27 19:00:46 +01:00
Starbeamrainbowlabs 37191b1a8f
Add disclaimer to README 2020-04-27 18:59:07 +01:00
Starbeamrainbowlabs e686444200
Update dependencies 2020-04-05 21:12:22 +01:00
Starbeamrainbowlabs b91794fa61
Implement a colourizer algorithm, but there's a better way of doing it with SVG.
Plan:
 - Fetch SVG
 - Find + replace special marker with colour
 - Generate data URL (See btoa())
 - Use it in a Marker in Leaflet
2020-04-02 22:13:46 +01:00
Starbeamrainbowlabs ef9424650e
Disable the tour, since it's causing a crash on startup 2020-04-02 20:26:48 +01:00
Starbeamrainbowlabs 4e3009a4df
Bugfix: Don't unwind the ./beta symlink 2020-03-08 18:16:21 +00:00
Starbeamrainbowlabs 7a346e3deb
Update dependencies 2020-03-06 11:55:48 +00:00
Starbeamrainbowlabs 4c61f662cc
Bugfix: Fix error in list-devices-near error 2020-03-05 18:52:53 +00:00
Starbeamrainbowlabs 9ec570afff
Update dependencies 2019-12-06 18:03:46 +00:00
Starbeamrainbowlabs 93edfcde5b
Docs: URL update 2019-12-04 14:46:50 +00:00
Starbeamrainbowlabs b00d3e6c5c
We're back to development again, bump version version to reflect this 2019-11-14 19:04:00 +00:00
Starbeamrainbowlabs 9867287f55
Bump version 2019-11-14 19:02:49 +00:00
Starbeamrainbowlabs 099b68388c
Layout in changelog 2019-11-12 22:28:38 +00:00
Starbeamrainbowlabs 35c65f4b81
Improve device last seen time performance via new DB column.
Fixes #58
2019-11-12 22:03:35 +00:00
Starbeamrainbowlabs 6425f31743
Update changelog 2019-11-07 21:32:20 +00:00
Starbeamrainbowlabs e52c136406
Fix bugs in performance improvement 2019-11-07 19:04:05 +00:00
Starbeamrainbowlabs c8174f47be
Merge branch 'bugfix/performance' into dev 2019-11-07 18:45:33 +00:00
Starbeamrainbowlabs 33d2227924
Merge branch 'dev' of github.com:ConnectedHumber/Air-Quality-Web into dev 2019-11-07 18:44:52 +00:00