style : engine settings dialog

This commit is contained in:
GuillaumeSD
2024-02-25 18:34:11 +01:00
parent 2b90fbb967
commit ebdfc9ae33
10 changed files with 172 additions and 66 deletions

View File

@@ -2,9 +2,7 @@ import { useChessActions } from "@/hooks/useChess";
import Board from "@/sections/analysis/board";
import ReviewPanelBody from "@/sections/analysis/reviewPanelBody";
import ReviewPanelHeader from "@/sections/analysis/reviewPanelHeader";
import AnalyzePanel from "@/sections/analysis/analyzePanel";
import ReviewPanelToolBar from "@/sections/analysis/reviewPanelToolbar";
import ArrowOptions from "@/sections/analysis/arrowOptions";
import {
boardAtom,
boardOrientationAtom,
@@ -84,17 +82,11 @@ export default function GameReport() {
<Divider sx={{ width: "90%" }} />
<AnalyzePanel />
<Divider sx={{ width: "90%" }} />
<ReviewPanelBody />
<Divider sx={{ width: "90%" }} />
<ReviewPanelToolBar />
<ArrowOptions />
</Grid>
</Grid>
</Grid>