Show storage filld rate per planet

This commit is contained in:
calli
2025-04-09 19:56:46 +03:00
parent 57a25b579c
commit 48c5c425c5
3 changed files with 219 additions and 407 deletions

View File

@@ -10,6 +10,7 @@ import TableHead from "@mui/material/TableHead";
import TableRow from "@mui/material/TableRow";
import Paper from "@mui/material/Paper";
import { PlanetTableRow } from "./PlanetTableRow";
import Image from "next/image";
const StackItem = styled(Stack)(({ theme }) => ({
...theme.typography.body2,
@@ -94,6 +95,13 @@ const PlanetaryIteractionTable = ({
</Typography>
</Tooltip>
</TableCell>
<TableCell width="10%">
<Tooltip title="Storage facility fill rate">
<Typography fontSize={theme.custom.smallText}>
Storage Fill rate
</Typography>
</Tooltip>
</TableCell>
</TableRow>
</TableHead>
<TableBody>