started work on the 'player' for bins

This commit is contained in:
csawatzky 2026-06-04 16:47:07 -06:00
parent ac26455110
commit 1dbf3a96c6
4 changed files with 327 additions and 4 deletions

View file

@ -67,7 +67,7 @@ export default function BinTableView(props: Props) {
const [moistureEntry, setMoistureEntry] = useState("")
const [moistureTarget, setMoistureTarget] = useState(0)
const [openExpandedCables, setOpenExpandedCables] = useState(false)
const mobileView = useMobile()
const isMobile = useMobile()
const inBounds = green[600]
const caution = yellow[800]
const warning = red[700]