added tons of files, got the bin page to render

This commit is contained in:
Carter 2025-03-12 12:41:20 -06:00
parent a027b8a96f
commit 9bbbf0940e
34 changed files with 10492 additions and 19 deletions

View file

@ -36,7 +36,8 @@ const useStyles = makeStyles((theme: Theme) => {
borderRadius: 5,
marginRight: -30, //negative margin to extend the box behind the bin svg
paddingRight: 30, //padding to offset the text and ignore the extension
marginTop: 5
marginTop: 5,
cursor: "pointer",
}
});
});
@ -483,7 +484,7 @@ export default function BinCard(props: Props) {
};
return (
<Card>
<Card style={{ cursor: "pointer" }}>
{user.hasFeature("admin") && (
<IconButton
style={{