mui-fy some modals

This commit is contained in:
Olivier Gagnon
2021-09-30 20:06:40 -04:00
parent f701cbffa7
commit 0d9caac455
31 changed files with 348 additions and 331 deletions
+6 -5
View File
@@ -5,6 +5,7 @@ import AccordionSummary from "@mui/material/AccordionSummary";
import AccordionDetails from "@mui/material/AccordionDetails";
import ExpandMoreIcon from "@mui/icons-material/ExpandMore";
import Typography from "@mui/material/Typography";
import Button from "@mui/material/Button";
import Select, { SelectChangeEvent } from "@mui/material/Select";
import { Adjuster } from "./Adjuster";
@@ -106,7 +107,7 @@ export function Factions(props: IProps): React.ReactElement {
<tbody>
<tr>
<td>
<span className="text">Faction:</span>
<Typography>Faction:</Typography>
</td>
<td>
<FormControl>
@@ -138,7 +139,7 @@ export function Factions(props: IProps): React.ReactElement {
</tr>
<tr>
<td>
<span className="text">Reputation:</span>
<Typography>Reputation:</Typography>
</td>
<td>
<Adjuster
@@ -153,7 +154,7 @@ export function Factions(props: IProps): React.ReactElement {
</tr>
<tr>
<td>
<span className="text">Favor:</span>
<Typography>Favor:</Typography>
</td>
<td>
<Adjuster
@@ -168,7 +169,7 @@ export function Factions(props: IProps): React.ReactElement {
</tr>
<tr>
<td>
<span className="text">All Reputation:</span>
<Typography>All Reputation:</Typography>
</td>
<td>
<Button onClick={tonsOfRep}>Tons</Button>
@@ -177,7 +178,7 @@ export function Factions(props: IProps): React.ReactElement {
</tr>
<tr>
<td>
<span className="text">All Favor:</span>
<Typography>All Favor:</Typography>
</td>
<td>
<Button onClick={tonsOfFactionFavor}>Tons</Button>