started work on the 'player' for bins
This commit is contained in:
parent
ac26455110
commit
1dbf3a96c6
4 changed files with 327 additions and 4 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue