New: Load more (page) results on Search UI

This commit is contained in:
Qstick
2022-03-24 22:19:00 -05:00
parent 83bf3620c0
commit 627da14a32
5 changed files with 176 additions and 136 deletions

View File

@@ -196,8 +196,8 @@ class SearchIndex extends Component {
this.setState({ jumpToCharacter });
};
onSearchPress = (query, indexerIds, categories, type) => {
this.props.onSearchPress({ query, indexerIds, categories, type });
onSearchPress = (query, indexerIds, categories, type, limit, offset) => {
this.props.onSearchPress({ query, indexerIds, categories, type, limit, offset });
};
onBulkGrabPress = () => {