feat : add chessCom games import

This commit is contained in:
GuillaumeSD
2024-02-27 03:32:46 +01:00
parent b2b80b1cc1
commit 13a4bc06b6
13 changed files with 270 additions and 30 deletions

View File

@@ -170,6 +170,16 @@ export default function GameDatabase() {
hideFooter={true}
autoHeight={true}
localeText={gridLocaleText}
initialState={{
sorting: {
sortModel: [
{
field: "date",
sort: "desc",
},
],
},
}}
/>
</Grid>
</Grid>