finished the expanded cables dialog, worked on the scrolling for bin cables in the pages table view, did some mobile view edits

This commit is contained in:
csawatzky 2026-06-01 15:12:13 -06:00
parent c3ee4a518c
commit dc52ef77a7
6 changed files with 617 additions and 112 deletions

View file

@ -146,7 +146,9 @@ export default function BinControls(props: Props) {
setControls(controls);
}).catch(err => {
console.error("Interaction fetch error:", err)
})
}).finally(() => {
setLoading(false)
})
}
},[linkedComponents, interactionsAPI, componentDevices, as])