A ton of workflow related & onboarding changes

This commit is contained in:
Frikky
2024-08-15 23:22:25 +02:00
parent eaf8acfec0
commit 7d8a52cfff
18 changed files with 1151 additions and 593 deletions
+6 -3
View File
@@ -21,6 +21,7 @@ import {
Paper,
Chip,
Checkbox,
Fade,
} from "@mui/material";
import {
@@ -1741,9 +1742,11 @@ const Dashboard = (props) => {
</div>
const dataWrapper =
<div style={{ maxWidth: 1366, margin: "auto" }}>
{data}
</div>
<Fade in={true} timeout={1250}>
<div style={{ maxWidth: 1366, margin: "auto" }}>
{data}
</div>
</Fade>
return dataWrapper