Commit graph

164 commits

Author SHA1 Message Date
Carter
7df21bd9e0 Merge branch 'local_server' into dev_environment 2026-05-20 13:36:24 -06:00
Carter
dd25770a07 fixed alignment issues on local credentials front end 2026-05-20 12:08:43 -06:00
csawatzky
90ad5f8b12 new component type 2026-04-21 15:38:14 -06:00
csawatzky
0556fe2d8b made some changes in the bin sensors to open a new dialog when the component being removed is the last one for a device so users can remove the device from the bin along with the component 2026-04-14 15:29:59 -06:00
csawatzky
324ce7807f missed some more uses of measurement describer 2026-04-01 11:05:21 -06:00
csawatzky
52c8a02af3 with changing unit preferences and such to use the user object and not local storage, the decriber needed to be updated as well and i missed that part, so now describeMeasurement takes in an optional user and uses its settings for the unit and such and when not passed in will use the defaults 2026-04-01 10:42:16 -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
dc54f99abd had cursor replace uses of getDistanceUnit with using the distance unit in the users settings so that it no longer relies on local storage 2026-03-26 09:43:39 -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
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
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
b992b6785c connected the api to the button to update the controller state 2026-03-09 11:41:17 -06:00
csawatzky
a9f5b9594b added controller display component for the controllers on a bin 2026-03-06 15:12:25 -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
csawatzky
9414e30cea updated the yard with the new ton stuff working through contracts 2026-03-05 12:45:36 -06:00
csawatzky
dd6a842fda part way through the drawer display on the map 2026-03-04 12:51:41 -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
2413cc36d1 Merge branch 'staging_environment' of gitlab.com:brandx/bxt-app into staging_environment 2026-02-23 14:45:27 -06:00
Carter
8e4dc16947 merged staging and updated staging proto 2026-02-23 13:40:17 -06:00
Carter
bdc173ed33 alignment for creating bin button 2026-02-20 15:58:01 -06:00
csawatzky
762a630659 some permission changes
the team permission in the global state was coming back empty, so am now retrieving the team permissions for file uploads in grain transacitons, also adjusted the bin visualizer to disable the slider and inventory button when they do not have write permissions so they cant even open the transaction window, this should help prevent a case in the possible future where we allow bin transactions to have uploadable files from having a bin shared to them and uploading a file but not being able to create the transaction that it would be linked to thus causing the file to be uploaded to digital ocean, but not connected in our backend to anything
2026-02-13 12:51:26 -06:00
Carter
d7c9734c06 merged in hotfixes and kept staging protobuf 2026-01-19 10:53:24 -06:00
Carter
d7562bc1bd moved the add bin bottom out ffrom under the chatbox button 2026-01-09 14:13:11 -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
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
2f8897d8ed Merge branch 'master' into custom_grain 2025-12-30 11:17:27 -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
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
csawatzky
be8dc1d11f various display updates to use the custom grain name and colors 2025-12-17 14:04:37 -06:00
csawatzky
7697ec5474 renamed prop 2025-12-16 14:15:25 -06:00
csawatzky
41f3374982 hotfix - making high the default display for the grain temp for bins and binVisualizer 2025-12-15 09:57:31 -06:00
csawatzky
d6c670fb78 updated the grain describers to use the new enum in the pond for the moisture calculation, changed the extract moisture function to account for custom grain types, and if there is no equation set it will return the humidity, updated instances where the bin uses that function to pass in the grain settings in its inventory 2025-12-12 15:17:37 -06:00
csawatzky
633ef3817f added some steps to the bin tour to reference each of the tabs, added some step to the signup tour to show some more pages and also added a way to change unit settings IN the tour step, now it is entirely their fault if they skip it, we cant make it any more in their face 2025-12-03 15:04:55 -06:00
csawatzky
3cce11db6b setting the default option to the first device in the list 2025-11-20 16:17:16 -06:00
csawatzky
f228e1a574 Merge branch 'multi_plenum_drying' into staging_environment 2025-11-20 16:03:44 -06:00
csawatzky
3df6db8a01 finished the refactoring of the bin mode change to allow for more components to be selected 2025-11-20 15:39:29 -06:00
csawatzky
70bd91bbe7 switching from having 3 dialogs to using a stepper 2025-11-20 10:26:33 -06:00
csawatzky
283958ab6a interactions are being added to the components correctly 2025-11-17 15:05:32 -06:00
csawatzky
965738fedd Merge branch 'reverse_nodes' into staging_environment 2025-11-14 16:25:55 -06:00
csawatzky
e70c971a88 built out the functions to create the interactions 2025-11-14 16:21:18 -06:00
csawatzky
d831677769 hotfix for the moisture not being visible for custom grain types 2025-11-12 16:30:49 -06:00
csawatzky
d2c5eeffe2 added a way to set the distance between the the peak and the lidar to be able to adjust the height for the inventory calc 2025-11-12 11:41:16 -06:00
csawatzky
393a2f77dc the component sets are being properly constructed and passed up to the mode dialog that will control adding the interactions to them 2025-11-10 15:21:43 -06:00
csawatzky
ea81610635 removed log 2025-11-05 16:07:33 -06:00
csawatzky
6191aa0da7 some button styling 2025-11-05 15:35:36 -06:00