finished some tweaks for the new bin page

This commit is contained in:
csawatzky 2026-06-10 16:06:07 -06:00
parent 87382dd5d8
commit 2cffc20daa
10 changed files with 225 additions and 130 deletions

View file

@ -92,6 +92,7 @@ export default function Bin3dView(props: Props) {
dims.diameter,
dims.sidewallHeight,
dims.hopperHeight,
dims.roofHeight,
fillPercent
);
}, [isCableInventory, fillPercent, dims]);