added device actions

This commit is contained in:
Carter 2024-12-13 13:27:16 -06:00
parent cd986c4f56
commit aa3301ac35
10 changed files with 557 additions and 15 deletions

View file

@ -2,6 +2,7 @@ import { Avatar, AvatarGroup, Box, Button, Card, Grid2, Theme, Typography } from
import { makeStyles } from "@mui/styles";
import LoadingScreen from "app/LoadingScreen";
import Chat from "chat/Chat";
// import SmartBreadcrumb from "common/SmartBreadcrumb";
import { useMobile } from "hooks";
import { cloneDeep } from "lodash";
import { Team, teamScope, User } from "models";
@ -159,6 +160,7 @@ export default function TeamPage() {
<Grid2 >
<Typography variant={isMobile ? "h5" : "h4"} className={classes.ellipsis} >
{team.name()}
{/* <SmartBreadcrumb /> */}
</Typography>
</Grid2>
<Grid2>