This repository was archived by the owner on Dec 31, 2022. It is now read-only.
Commit b2388db
authored
Real time support (#26)
* Added realtime layer updates and raw layer types
* Added realtime aqi
* Fix not displaying lat, lng when 0
* Removed gateway panel and dashboard view
* Added abillity to add devices in the db
* Reverting back to binned layer data
* Added react-query dev tools
* Made layers never go stale
* Made subscriptions their own hook, added an online indicator
* Real-time device graphs1 parent b2423ac commit b2388db
File tree
39 files changed
+4214
-4075
lines changed- .github/workflows
- client
- src
- components
- icons
- map
- panels
- hooks
- pages
- dashboard
- db
- supabase/migrations
- test/payloads
39 files changed
+4214
-4075
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
| 34 | + | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
0 commit comments