Improve mod browser load time

Add pages to mod browser
Still WIP
This commit is contained in:
Thoronium
2023-04-24 20:21:52 -06:00
parent 9d9bc43119
commit 3969c26a58
6 changed files with 132 additions and 24 deletions

View File

@@ -8,6 +8,7 @@ import { ModTile } from './ModTile'
interface IProps {
mode: string
page: number
addDownload: (mod: ModData) => void
}
@@ -62,7 +63,7 @@ export class ModList extends React.Component<IProps, IState> {
return
}
const mods = await getMods(this.props.mode)
const mods = await getMods(this.props.mode, this.props.page)
const horny = await getConfigOption('horny_mode')
this.setState({