csawatzky
777089e8c4
Merge branch 'staging_environment' into get_permissions_fix
2026-03-26 14:30:46 -06:00
csawatzky
cabc0146ed
replaced uses of getGrainUnit to the users grainUnit function to pull form logged in users settings rather than local storage
2026-03-26 12:47:16 -06:00
csawatzky
ce41a2dc05
replacing the getTemperatureUnit function in units that uses the local storage with a function in the user model to just get it from the user settings
2026-03-25 15:45:59 -06:00
Carter
a288c9503a
switched to status websocket instead of the dead full device websocket
2026-03-23 12:18:51 -06:00
Carter
46ce5b6720
Merge branch 'websocket_context' into staging_environment
2026-03-20 11:17:08 -06:00
Carter
31f7e8ee07
fixed devices page websocket context
2026-03-20 11:16:59 -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
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
a2ac900f3e
fixed race condition on web socket status updates
2026-03-13 15:47:22 -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
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
7939d540ac
implemented web sockets
2026-03-06 12:23:34 -06:00
csawatzky
c09bd9c6d1
Merge branch 'staging_environment' into imperial_bushels
2026-03-06 10:45:33 -06:00
csawatzky
9414e30cea
updated the yard with the new ton stuff working through contracts
2026-03-05 12:45:36 -06:00
csawatzky
29d9e7377c
working on US ton stuff
2026-03-04 12:51:10 -06:00
Carter
abc77cc27a
re-aligned add bin button and closing crisp chat when chat drawer is opened
2026-02-26 15:00:32 -06:00
Carter
baf59a2b78
added button to open crisp chat from the chat menu
2026-02-25 15:14:24 -06:00
Carter
5c1434a2e7
fixed chat drawer mobile formatting
2026-02-25 12:01:21 -06:00
csawatzky
1487c78466
fixed bug where the linear progress never went away because the loading boolean was never being reset when no contracts were loaded, also added to the note in the contracts that the names of custom types have to match
2026-02-12 16:16:53 -06:00
csawatzky
f6e53aff1c
added some minor functionality to the field page so clicking a harvest plan from the table updated the overview with it, also fixed a bug that came up regarding that with the settings using the plan permissions when they should be using the permissions passed in
2026-02-12 14:55:43 -06:00
csawatzky
caf9fada15
modified the SingleSetAreaChart to take in a few more parameters to be able to customize the tooltip a little better as well as have multicolour for above 0 and below 0 for the new graph on the gate page for showing the delta temp over time
2026-02-05 11:39:21 -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
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
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
3f186f7a45
Merge branch 'object_status' into staging_environment
2026-01-19 13:18:14 -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
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
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
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
2f8897d8ed
Merge branch 'master' into custom_grain
2025-12-30 11:17:27 -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
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
Carter
8238c4df58
adding ? before accessing length to prevent white screen error
2025-12-17 21:31:41 -06:00