refacto : global refacto
This commit is contained in:
@@ -114,12 +114,14 @@ export default function GameDatabase() {
|
||||
<LoadGameButton />
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
<Grid item container xs={12} justifyContent="center" alignItems="center">
|
||||
<Typography variant="subtitle2">
|
||||
You have {0} games in your database
|
||||
</Typography>
|
||||
</Grid>
|
||||
<Grid item maxWidth="100%" sx={{ minWidth: "50px" }}>
|
||||
|
||||
<Grid item maxWidth="100%" minWidth="50px">
|
||||
<DataGrid
|
||||
aria-label="Games list"
|
||||
rows={games}
|
||||
@@ -1,7 +1,7 @@
|
||||
import Board from "@/sections/gameReport/board";
|
||||
import ReviewPanelBody from "@/sections/gameReport/reviewPanelBody";
|
||||
import ReviewPanelHeader from "@/sections/gameReport/reviewPanelHeader";
|
||||
import ReviewPanelToolBar from "@/sections/gameReport/reviewPanelToolbar";
|
||||
import Board from "@/sections/analysis/board";
|
||||
import ReviewPanelBody from "@/sections/analysis/reviewPanelBody";
|
||||
import ReviewPanelHeader from "@/sections/analysis/reviewPanelHeader";
|
||||
import ReviewPanelToolBar from "@/sections/analysis/reviewPanelToolbar";
|
||||
import { Grid } from "@mui/material";
|
||||
|
||||
export default function GameReport() {
|
||||
|
||||
Reference in New Issue
Block a user