mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
More worldinfo page sizes
I have a WIbook with more than 100 entries and it's a hassle to edit So I want to raise the cap to 1000
This commit is contained in:
@@ -1036,7 +1036,7 @@ function displayWorldEntries(name, data, navigation = navigation_option.none) {
|
|||||||
$('#world_info_pagination').pagination({
|
$('#world_info_pagination').pagination({
|
||||||
dataSource: getDataArray,
|
dataSource: getDataArray,
|
||||||
pageSize: Number(localStorage.getItem(storageKey)) || perPageDefault,
|
pageSize: Number(localStorage.getItem(storageKey)) || perPageDefault,
|
||||||
sizeChangerOptions: [10, 25, 50, 100],
|
sizeChangerOptions: [10, 25, 50, 100, 500, 1000],
|
||||||
showSizeChanger: true,
|
showSizeChanger: true,
|
||||||
pageRange: 1,
|
pageRange: 1,
|
||||||
pageNumber: startPage,
|
pageNumber: startPage,
|
||||||
|
Reference in New Issue
Block a user