Commit graph

696 commits

Author SHA1 Message Date
csawatzky
d9483282c8 removed the airflow address for bindat plus since its was only for testing 2025-06-26 13:20:43 -06:00
csawatzky
751b39d345 made the react components to display the card for scanned components 2025-06-26 13:20:10 -06:00
csawatzky
f5bc230fb6 changed test button to load scans 2025-06-24 11:01:37 -06:00
csawatzky
2c3ba2c1f5 updating the proto and adding a button on the device page to test the scan i2c command 2025-06-19 11:32:21 -06:00
csawatzky
10b9cb951d set spacing on device 2025-06-12 12:34:03 -06:00
csawatzky
769c35f0f7 changed the variant of the circular progress to show progress of the update rather than the looping animation 2025-06-11 14:34:52 -06:00
csawatzky
7ef12f1078 changing determination of empty to being less than 5 bushels because if hte auto inventory sets it to 0 it causes null issues between golang and the DB 2025-06-11 13:56:44 -06:00
csawatzky
d5f3cb727c fixed the centering of the gate cards 2025-06-11 13:47:02 -06:00
csawatzky
fbc8703ae4 proto update 2025-06-11 13:05:29 -06:00
csawatzky
41a17ded94 using co2 for the bin activity along with cables 2025-06-11 11:56:27 -06:00
csawatzky
ee8f34dcc6 Merge branch 'staging_environment' into co2_bin_activity 2025-06-10 12:06:13 -06:00
csawatzky
7b6dd72b90 put the refresh in the finally block since the bin was being refreshed before that changes had occured 2025-06-10 10:47:00 -06:00
csawatzky
72190cb50d proto update 2025-06-10 09:51:36 -06:00
csawatzky
1bae2916e8 hotfix for open weather variable 2025-06-09 16:20:40 -06:00
csawatzky
e89d4e2caa fix open weather variable 2025-06-09 15:19:03 -06:00
csawatzky
34fac72a07 Merge branch 'sticky_header' into staging_environment 2025-06-09 14:56:35 -06:00
csawatzky
cb7bf64c68 Merge branch 'hybrid_inventory_control' into staging_environment 2025-06-09 14:55:26 -06:00
csawatzky
48f3c03ebc removed the default padding from page container, and changed the prop from padding to spacing, this will add left and right padding and a top margin, also disable the page wide scroll bar in app.css 2025-06-09 14:12:42 -06:00
Carter
91f60bd01e merged staging and updated master proto 2025-06-09 13:15:52 -06:00
csawatzky
7a99a44307 protobuf update and added agi cable subtype 2025-06-09 11:13:46 -06:00
csawatzky
06a5476e93 made a sticky header for the table 2025-06-09 11:11:39 -06:00
csawatzky
347c86a285 fixed button on map to go to fields page 2025-06-06 14:08:15 -06:00
csawatzky
fbfa413cc1 fixing the cursor logic
the cursor changing when you hover over a field while drawing was causing it to cancel it
2025-06-06 13:37:14 -06:00
csawatzky
868ad677ae adding refresh function 2025-06-06 09:13:30 -06:00
csawatzky
216569b661 write permission to the bin or team is required to make the transaction rows selectable 2025-06-06 09:13:02 -06:00
Carter
2b904a9f93 Merge branch 'table_column_resize' into staging_environment 2025-06-05 13:59:35 -06:00
Carter
a0bb90099c adding indexV2 to the build path 2025-06-05 13:02:53 -06:00
Carter
9c94585de0 trying nginx conf change-up 2025-06-05 10:38:03 -06:00
Carter
5545271322 trying nginx conf change-up 2025-06-05 10:23:13 -06:00
csawatzky
009de038c3 change the bracket data 2025-06-04 16:57:55 -06:00
Carter
727a20292f brought it back to V2, added it to vite config 2025-06-04 16:33:18 -06:00
Carter
cfe05f8517 back to original index 2025-06-04 16:18:06 -06:00
Carter
371185e8a5 can reset widths to default from the column settings menu 2025-06-04 16:03:14 -06:00
Carter
43b519ca37 column widths save to local storage 2025-06-04 15:54:43 -06:00
csawatzky
cd2a0258bc fixed form issue where the basic bin height was not being updated when advanced was being edited 2025-06-04 15:45:00 -06:00
csawatzky
691b3be1f9 approval of transactions works, is also now requires a matching transaction if the bin selected also uses hybrid control, rejection still needs to be implemented 2025-06-04 15:20:46 -06:00
Carter
f328c4036a directing webserver traffic to indexV2.html to force V1 users to re-cache 2025-06-04 14:15:04 -06:00
Carter
b710c03ede made "resizeable" and optional prop for the responsive table 2025-06-04 12:34:23 -06:00
Carter
e1b3afd543 code cleaning 2025-06-04 10:56:06 -06:00
Carter
64748bd76d using a loop to determine the next table cell to shrink 2025-06-04 10:55:14 -06:00
Carter
5b55563886 rendering cells without width instead of skipping render to fix index issue 2025-06-04 10:43:48 -06:00
Carter
6a1c61606c stopped resize selected from text highlighting 2025-06-03 12:27:07 -06:00
Carter
5229aff9ab minor spacing changes 2025-06-03 12:21:02 -06:00
Carter
56f78dd906 got rid of last column size grabber 2025-06-03 09:50:36 -06:00
Carter
4d26cb0f05 using referece to get widths and darg indexes 2025-06-03 09:48:35 -06:00
Carter
6cc29c37c7 drag resize is working 2025-06-03 09:16:49 -06:00
csawatzky
a083f7d8ed added to transaction api and built the submit function 2025-05-30 14:50:21 -06:00
Carter
bb50975a28 Merge branch 'master' into table_column_resize 2025-05-30 14:36:38 -06:00
Carter
e35e699294 fixed sorting Peak Height in cable estimator 2025-05-30 14:16:29 -06:00
Carter
9a4f085d27 Merge branch 'master' into table_column_resize 2025-05-30 10:08:21 -06:00