Commit Graph

377 Commits

Author SHA1 Message Date
Milo 5a5bf193dd Made text that tells you to complete an action bold.
- This only applies to text that state the action that you have to 
complete in order to proceed to the next step in the tour.
2019-08-03 00:29:34 +01:00
Milo d2f45412a0 Added "Previous" button to the end of the tour.
(Small Change)
2019-08-01 19:37:38 +01:00
Starbeamrainbowlabs 63bc4e536d
Make some minor UI adjustments
We also add initial prefers-color-scheme: dark support
2019-07-20 14:13:21 +01:00
Starbeamrainbowlabs 14f9cf4a60
Bugfix: Move close button in the changelog dialog box from the bottom to the top of the content 2019-07-20 11:49:53 +01:00
Starbeamrainbowlabs 2d7d60b2b2
Bugfix: check for curl before trying to download composer 2019-07-19 19:48:18 +01:00
Starbeamrainbowlabs a297823a5a
Update dependencies 2019-07-19 12:24:44 +01:00
Starbeamrainbowlabs 18c4220920
Fix rollup warnings 2019-07-19 00:11:29 +01:00
Starbeamrainbowlabs 39309eae9f
Be silent when downloading composer 2019-07-18 23:53:18 +01:00
Starbeamrainbowlabs 1e24f85888
Dummy commit to force rebuild 2019-07-18 23:51:55 +01:00
Starbeamrainbowlabs 27efd5a1b5
Fix shellcheck errors in build script 2019-07-18 23:38:56 +01:00
Starbeamrainbowlabs 69d8954ba0
Deploy to beta from the dev branch 2019-07-18 23:27:15 +01:00
Starbeamrainbowlabs 8ac572ec53
Update changelog 2019-07-18 23:15:44 +01:00
Starbeamrainbowlabs 10086bdb09
Display device sensor information in the device info tab 2019-07-18 23:14:19 +01:00
Starbeamrainbowlabs 3e90c7cf8d
Update changelog 2019-07-18 22:19:15 +01:00
Starbeamrainbowlabs 7a489706bd
Bugfix new device sensor list 2019-07-18 22:18:30 +01:00
Starbeamrainbowlabs a325940322
Implement new ISensorRepository.
This is thanks to @BNNorman's recent DB changes :D
2019-07-18 21:19:16 +01:00
Starbeamrainbowlabs dc0ddcdb87
Add favicon to client. 2019-07-04 11:41:14 +01:00
Starbeamrainbowlabs ab7c993849
Update changelog 2019-06-30 21:42:43 +01:00
Starbeamrainbowlabs 659af6cf5d
Bugfix: Don't crash if no data could be found for a specific reading type 2019-06-30 21:41:28 +01:00
Starbeamrainbowlabs 902b17eed4
Display last seen in the device pop
We still want to automatically recolour the marker though, so #36 will 
have to stay open for now
2019-06-30 21:31:34 +01:00
Starbeamrainbowlabs 58d40f8f4e
Display loading animation when updating the heatmap 2019-06-30 18:48:31 +01:00
Starbeamrainbowlabs 7eb3519319
Add to credits 2019-06-30 18:43:01 +01:00
Starbeamrainbowlabs 98ebc02ec7
Reorder & optimise loading of UI elements 2019-06-30 18:40:26 +01:00
Starbeamrainbowlabs c91a895f9d
Tweak tour 2019-06-30 18:23:44 +01:00
Starbeamrainbowlabs 4f28e1c91e
Update changelog 2019-06-30 18:13:12 +01:00
Starbeamrainbowlabs 25a1bf66d9
Add loading animation while we're bringing in the overlay & device markers 2019-06-30 18:11:36 +01:00
Starbeamrainbowlabs d5df81eed1
Add last_seen to device-info. For 36 2019-06-30 17:33:44 +01:00
Starbeamrainbowlabs 5efaab3f67
Add last-seen to list-devices.
For #36.
2019-06-30 17:27:57 +01:00
Starbeamrainbowlabs 74b1b212fe
Log SQL warnings to the error log, but only in development 2019-06-30 17:24:02 +01:00
Starbeamrainbowlabs e86b0b4f97
Upgrade ST_DISTANCE() to ST_DISTANCE_SPHERE(), but there's a permissions issue. 2019-06-26 21:02:17 +01:00
Starbeamrainbowlabs 99dee5c059
Merge pull request #35 from bsimmo/patch-1
typo in link
2019-06-23 20:06:03 +01:00
Starbeamrainbowlabs 2d07af950a
Use new column name 2019-06-23 14:42:47 +01:00
Starbeamrainbowlabs 030d0cb9be
Revert "Don't use the new datetime computed column until the issues are worked out"
This reverts commit 97e234b920.
2019-06-23 14:39:24 +01:00
Starbeamrainbowlabs 99e0aba81d
Empty commit to test build system 2019-06-23 14:32:38 +01:00
Starbeamrainbowlabs 97e234b920
Don't use the new datetime computed column until the issues are worked out 2019-06-23 13:54:18 +01:00
Starbeamrainbowlabs 336b7624fa
Fully comment database class 2019-06-23 13:13:28 +01:00
Starbeamrainbowlabs 1b7dafe829
Update changelog 2019-06-22 21:08:31 +01:00
Starbeamrainbowlabs 913786ec0b
Drastically optimise the queries behind fetch-data and device-data. 2019-06-22 21:08:12 +01:00
Ben 832e46cedf
typo in link 2019-06-22 15:52:24 +01:00
Starbeamrainbowlabs b4ae0b457b
Optimise some queries using the new datetime computed column, but there's more work to do.
The fetch-data query in particular is using the wrong index.
2019-06-22 11:50:23 +01:00
Starbeamrainbowlabs 3bb73ccb12
Fix cache deletion code 2019-06-22 10:57:11 +01:00
Starbeamrainbowlabs cdc9dcc3e3
Update changelog 2019-06-21 22:12:49 +01:00
Starbeamrainbowlabs dc47923f3e
Update changelog 2019-06-21 22:09:38 +01:00
Starbeamrainbowlabs 51c76ccd58
Add list-devices-near action with appropriate API documentation 2019-06-21 22:05:13 +01:00
Starbeamrainbowlabs efc780b377
Update getting started database docs 2019-06-21 16:04:58 +01:00
Starbeamrainbowlabs 31bf42fb2e
Delete the cache when deploying a new version 2019-06-21 15:52:22 +01:00
Starbeamrainbowlabs b2a42729c0
Update changelog 2019-06-21 00:04:33 +01:00
Starbeamrainbowlabs 0006c2a921
Add performance counter system. 2019-06-21 00:02:26 +01:00
Starbeamrainbowlabs b92621aab6
Bump version 2019-06-20 22:18:10 +01:00
Starbeamrainbowlabs 83248d41c7
Update changelog again 2019-06-20 22:17:57 +01:00