diff --git a/src/Dashboard.tsx b/src/Dashboard.tsx index adcc508..3604f78 100644 --- a/src/Dashboard.tsx +++ b/src/Dashboard.tsx @@ -3,7 +3,6 @@ import { Box, Container, Grid, - Typography, CircularProgress, Alert, ToggleButton, @@ -11,7 +10,6 @@ import { } from "@mui/material"; import LatestItemsList, { LatestItem } from "./components/LatestItemsList"; -import ProgressCard from "./components/ProgressCard"; import HistoryChart from "./components/HistoryChart"; import { @@ -76,10 +74,8 @@ export default function Dashboard() { ); } - const themes = ["primary", "secondary", "info", "success", "warning"] as const; - return ( - + {/* -------- TOGGLE -------- */} - - {/* Column 1 */} - + + {/* LEFT → 1/3 (4 cols) */} + - {/* Column 2 */} - + {/* RIGHT → 2/3 (8 cols) */} + - );