Commit graph

1427 commits

Author SHA1 Message Date
Carter
25973506b1 temporarily gettin rid of web sockets 2026-03-19 12:50:23 -06:00
csawatzky
7e79d0859b changed the sample size for the delta temp graph 2026-03-19 12:43:51 -06:00
csawatzky
d3a5c24741 updated get permissions to take in the keys and types to get the correct permissions using the context chain 2026-03-18 14:38:25 -06:00
csawatzky
2c28588861 proto update 2026-03-17 15:27:05 -06:00
csawatzky
63bba4f74e added keys and types to the note api for adding and loading notes and chats 2026-03-17 14:46:45 -06:00
Carter
f313979655 merged responsive styling and updated dev proto 2026-03-16 15:01:44 -06:00
Carter
834bd518c1 made the pulse box animation look nice by starting the pulse from behind the box that it's pulsing 2026-03-16 14:49:28 -06:00
Carter
575c84246c gave the pulse box better animation pacing so the colors don't change in the middle of a pulse 2026-03-16 14:41:18 -06:00
Carter
62763dd291 overlay overflow hidden so it stops affecting the scroll bar 2026-03-16 14:24:21 -06:00
Carter
141ece8a3e overlay overflow hidden so it stops affecting the scroll bar 2026-03-16 14:15:17 -06:00
Carter
0f87a0b840 adjusting column sizes will now make the table bigger or smaller if it has to 2026-03-16 14:10:47 -06:00
Carter
4326ecbd0f deleted package-lock and ran npm install 2026-03-16 12:40:10 -06:00
Carter
4eada9963e Merge branch 'responsive_table_styling' 2026-03-16 12:35:10 -06:00
Carter
0ea05bdb72 table changes 2026-03-16 12:30:18 -06:00
Carter
843e3a792e fixed some placement stuff 2026-03-16 11:30:29 -06:00
Carter
911b8a5b09 Merge branch 'staging_environment' 2026-03-16 10:46:26 -06:00
Carter
b7c2b736f0 Merge branch 'devices_websocket' into dev_environment 2026-03-13 15:57:46 -06:00
Carter
a2ac900f3e fixed race condition on web socket status updates 2026-03-13 15:47:22 -06:00
Carter
9e921cb39d Merge branch 'devices_websocket' into dev_environment 2026-03-13 15:37:49 -06:00
Carter
50103d5a0c rendering scroll bar below the table instead of on top of the last row 2026-03-13 15:37:36 -06:00
Carter
06d7ff4d4a fixed column resizer being broken 2026-03-13 15:34:43 -06:00
Carter
caff4ce6fb fixed miscoloring of the data section of the table 2026-03-13 15:23:07 -06:00
Carter
e732cab837 fixed table formatting and added a scroll bar 2026-03-13 14:57:42 -06:00
Carter
55ae922e09 merged device dashboard status stuff with websockets 2026-03-13 13:44:51 -06:00
Carter
9e3ce3c00d added h2s lel and o2 to the device status readings on the devices dashboard 2026-03-13 13:43:05 -06:00
Carter
1e2003a541 added optional timestamp 2026-03-13 13:20:51 -06:00
Carter
b96787698b implemented live web socket on the devices page for status readings 2026-03-13 12:29:06 -06:00
csawatzky
5c9832b037 hotfix to show the actual fan state on the bin page and not have it hardcoded to on 2026-03-11 11:22:35 -06:00
csawatzky
c7016be6cd fixing bug to make sure controller from other devices dont show as options for interactions when using the nodes on the bin svg 2026-03-11 11:21:36 -06:00
csawatzky
863f87da1c switch to staging proto 2026-03-10 16:52:02 -06:00
csawatzky
115e2c5ed4 added column for the device state and some wording next to the icond for the pca state so its not as ambiguous 2026-03-10 16:50:59 -06:00
Carter
d8512faa35 switched to master proto 2026-03-10 15:23:09 -06:00
Carter
596599cd2b Merge branch 'staging_environment' 2026-03-10 15:13:17 -06:00
csawatzky
5502d9670e proto update 2026-03-10 13:05:43 -06:00
csawatzky
a2c68e0089 added to the device settings and the chip for if a device needs the I2C bus component to power the I2C Line 2026-03-10 12:58:07 -06:00
csawatzky
989ca20a31 fixed some bugs related to gates component preferences, noww when assigning a new component to a position ie moving the pressure from one component to another it will make sure to remove the old component preference as well as add the new one, and am also making sure to update the gates preferences on the frontend so a page load is not required to set interactions 2026-03-09 14:17:44 -06:00
csawatzky
002959ef47 Merge branch 'bin_page_fan_control' into staging_environment 2026-03-09 11:41:43 -06:00
csawatzky
b992b6785c connected the api to the button to update the controller state 2026-03-09 11:41:17 -06:00
csawatzky
217aa78243 Merge branch 'staging_environment' of gitlab.com:brandx/bxt-app into staging_environment 2026-03-06 16:08:35 -06:00
csawatzky
c821d6f265 fixed the creation of interactions for gates to use the node at the outlet, this would be node 2 for old setups and node 1 for new ones and the interactions no longer use node diffs it just uses the raw measurement of that nodes pressure 2026-03-06 16:07:57 -06:00
csawatzky
a9f5b9594b added controller display component for the controllers on a bin 2026-03-06 15:12:25 -06:00
Carter
e5cb66c572 merge web socket again :) 2026-03-06 13:06:17 -06:00
Carter
4546796db9 guarding device web socket a little better 2026-03-06 13:05:30 -06:00
Carter
55bff3af00 guarding component web socket a little better 2026-03-06 13:04:46 -06:00
Carter
06c26f3262 merged websocket implementation 2026-03-06 12:58:22 -06:00
Carter
db9742ed32 implemented web sockets 2026-03-06 12:49:05 -06:00
Carter
7939d540ac implemented web sockets 2026-03-06 12:23:34 -06:00
csawatzky
e4fe48025e switch to staging proto 2026-03-06 10:49:47 -06:00
csawatzky
c09bd9c6d1 Merge branch 'staging_environment' into imperial_bushels 2026-03-06 10:45:33 -06:00
csawatzky
62c2f6a63c finished updating for US tons 2026-03-06 10:24:12 -06:00