using normal tabs for now instead of animated, did some highlighting to make it more obvious what where the tab is being dropped

This commit is contained in:
Carter 2025-03-28 10:58:54 -06:00
parent 976736c0b4
commit f0b3f5a0d8
2 changed files with 13 additions and 5 deletions

View file

@ -547,7 +547,7 @@ export default function BinYard(props: Props) {
<ListItemText secondary="Share Yard" />
</MenuItem>
)}
<MenuItem
{/* <MenuItem
onClick={() => {
moveLeft(yardIndex);
setMenuAnchorEl(null);
@ -570,7 +570,7 @@ export default function BinYard(props: Props) {
<KeyboardArrowRightIcon />
</ListItemIcon>
<ListItemText secondary="Move Right" />
</MenuItem>
</MenuItem> */}
{permissions.includes(pond.Permission.PERMISSION_USERS) && (
<MenuItem
onClick={() => {