Commit graph

1077 commits

Author SHA1 Message Date
csawatzky
5f44cf6f09 chaging the gate list display slightly to show the delta temp of the last temp reading on the gate 2026-02-03 15:14:49 -06:00
csawatzky
934264708f adding the dhv support check to the fullViewportContainer as well, it is not actually used by anything that i can see, but this will futureproof it in case it is used later 2026-02-03 13:19:53 -06:00
csawatzky
d009cf8383 use height, not minHeight, as that stopped the ability to scroll at all 2026-02-03 13:16:56 -06:00
csawatzky
b9bb31de7d modifying the page container style to fix the issue where on mobile when using a browser you cant scroll to the bottom because of how vh works 2026-02-03 13:02:14 -06:00
csawatzky
79c29f518a updated the mobile view and moved the displays into their own function rather than in the columns so they can be used for the mobile views 2026-01-29 11:24:20 -06:00
csawatzky
5ebbd01c3a hotfix for how the device was being loaded when you open the device drawer of the construction map 2026-01-28 15:29:55 -06:00
csawatzky
e42f1a3fb0 updated the gate page to use the pca state in the gates status for the lights on the visualizer and the pca fan on/off, this also allows me to get rid of setting those base on the data loaded for the graph which will fix the bug where the light could change based on what date range you loaded 2026-01-28 14:59:32 -06:00
csawatzky
f02aa3a6e0 added more of the status for the gate to the gates dashboard, also changed the sensor graphs to have them in a specific order 2026-01-28 13:04:34 -06:00
csawatzky
41aa84d28f hotfix for the new whitelabel not getting the correct client id 2026-01-27 12:17:21 -06:00
csawatzky
22b0ea0baa changing localhost whitelabel 2026-01-26 12:07:28 -06:00
csawatzky
fbdfebc028 Merge branch 'mipca_whitelabel' into staging_environment 2026-01-26 11:51:16 -06:00
csawatzky
abd829a0f3 update the readme and created a new whitelabel for MiPCA that will be used to replace the omniAir one 2026-01-26 11:48:58 -06:00
csawatzky
cc4d0d5736 Merge branch 'object_status' into staging_environment 2026-01-22 16:12:44 -06:00
csawatzky
39ac6fd5e2 updated the interaction api to have the new call to clear interactions, and am now using that call to clear the interactions from the pressure chain and when that response comes back successfully then will add the new set of interactions 2026-01-22 15:55:15 -06:00
csawatzky
0d0936269f modified the dialog for adding gate device interactions
explains better what the interactions will do and an option to add a pressure threshold that turns off the red light if it goes below, that option will change the redlight from having one toggle interaction to 4 set interactions
2026-01-21 16:09:14 -06:00
csawatzky
3f186f7a45 Merge branch 'object_status' into staging_environment 2026-01-19 13:18:14 -06:00
csawatzky
fa1130f777 hotfix bug where the version check was not functioning as expected when the version in the device status was empty or the requiredVersion was N/A 2026-01-19 12:33:05 -06:00
csawatzky
76774b4692 fix bug where the version check was not functioning as expected when the version in the device status was empty or the requiredVersion was N/A 2026-01-19 12:31:51 -06:00
csawatzky
9f3b48c277 make sure to use the new version comparison for the max conditions as well 2026-01-19 12:06:11 -06:00
Carter
d7c9734c06 merged in hotfixes and kept staging protobuf 2026-01-19 10:53:24 -06:00
csawatzky
3a89c3b191 hitfix for the greater than operator not being flipped
for display on a node diff subtype where node one is higher than node 2 the operators and value need to be 'flipped' since that is how the interactions are stored
example:
node 2 -> node 1 the user enters greater than 10 then what is sent down for the interaction is if node 2 minus node 1 is less than -10 so the display needs to flip them back to 'greater than' and +10
2026-01-19 09:57:40 -06:00
csawatzky
89d5e40d45 fix bug where the operator wasn't being flipped where it was supposed to 2026-01-19 09:49:12 -06:00
csawatzky
d23d1d6ed3 fixed the options disappearing for alert after closing the dialog box 2026-01-16 10:11:59 -06:00
csawatzky
7892bbfe1d Merge branch 'master' of gitlab.com:brandx/bxt-app 2026-01-15 15:52:43 -06:00
csawatzky
4342e1f27b some hotfixes for construction so that the url navigation is correct when clicking on a card and an undefined error when loading heater data 2026-01-15 15:51:56 -06:00
csawatzky
65e70265fb displaying status information on the gates dashboard now 2026-01-15 14:32:39 -06:00
Carter
d7562bc1bd moved the add bin bottom out ffrom under the chatbox button 2026-01-09 14:13:11 -06:00
Carter
1ed355d5a8 merged master and accepted both changes 2026-01-09 10:12:09 -06:00
csawatzky
17728714a3 also now filling in the drying fields with default data based on the ambient component, or what was last used in the bin 2026-01-07 12:22:18 -06:00
csawatzky
a225f02795 fixed issue with automatic start causing it to add interactions repeatedly 2026-01-06 16:32:17 -06:00
csawatzky
8ec08b0c36 Merge branch 'custom_grain' into staging_environment 2026-01-06 13:24:04 -06:00
Carter
7e4899f7a7 Merge branch 'staging_environment' 2026-01-06 11:24:46 -06:00
csawatzky
f06bcf9535 Merge branch 'master' into object_status 2026-01-06 10:57:26 -06:00
csawatzky
eef687746e finished the supported grain view for desktop and the mobile view for both 2026-01-06 10:41:07 -06:00
csawatzky
d9bcd07c8d changing the humidity/moisture part of the bin card to only display the average and the high, low, average selector only changes the temp part 2026-01-05 11:27:49 -06:00
csawatzky
cd283a0ea1 set up the table for supported grains 2025-12-31 15:29:57 -06:00
csawatzky
586c971795 finished implementing the custom grain functionality on the grains page and the basic desktop view, and also am now using permissions to disable the buttons ro add/update/remove 2025-12-31 13:58:38 -06:00
csawatzky
c7d1f7ef9b hotfix: increase the pca fan state to 996 pascal (4iwg) from 250 pascal (1iwg), fixed the bug where the sensors tab woul 'convert' the measurment multiple times based on the number of times you went to the tab 2025-12-30 13:19:40 -06:00
csawatzky
2f8897d8ed Merge branch 'master' into custom_grain 2025-12-30 11:17:27 -06:00
csawatzky
4911fa56d0 Merge branch 'master' of gitlab.com:brandx/bxt-app 2025-12-30 10:43:41 -06:00
csawatzky
2dc633e6ca hotfix: adjusted the position of the check in so its not so close to the edge, and some minor style stuff 2025-12-30 10:43:07 -06:00
csawatzky
59aae7a8a1 couple hotfixes:
raised the idle flow constant (could be something entered by the user in the future when hitting the button to retrieve flow events) to be 3.5, also fixed the gate visual to be up at the topp rather than centered as that was causing it to move down the page when flipping to the sensor view
2025-12-30 10:26:52 -06:00
csawatzky
7964aa09cc added optional custom card function to the binslist so that on the map page we can have the map move to the bin and open the bin drawer when the card is clicked from the yard drawer 2025-12-29 16:23:02 -06:00
csawatzky
3dbab9a6d3 adding the form to the right side of the page when veiwing custom grains 2025-12-29 14:49:35 -06:00
csawatzky
27590da78f changed the component used in the bin and component settings to the grain selector and split out the form into another component that handles just the form and passing up a grainSettings object from its fields 2025-12-23 10:16:31 -06:00
Carter
128a06e0a0 hotifx: added more snackbars and some details to help debug reon 2025-12-22 20:49:54 -06:00
Carter
193bf0b7a6 updating crips settings in a useEffect when we know it's ready 2025-12-22 15:41:47 -06:00
Carter
6737db1149 giving the user's email to the crisp session automatically 2025-12-22 11:54:03 -06:00
Carter
e438e6fa96 Merge branch 'master' into tidio 2025-12-19 14:11:39 -06:00
csawatzky
2edca58f7c updating the version check in the device model for firmware versions, the string comparison was just wrong 2025-12-18 15:16:10 -06:00