Merge pull request #13730 from Classic298/dev

feat: Increase default users per page in admin panel to 30
This commit is contained in:
Tim Jaeryang Baek 2025-05-09 16:42:29 +04:00 committed by GitHub
commit 616e9e2760
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ router = APIRouter()
############################
PAGE_ITEM_COUNT = 10
PAGE_ITEM_COUNT = 30
@router.get("/", response_model=UserListResponse)

View File

@ -521,7 +521,7 @@
{$i18n.t("Click on the user role button to change a user's role.")}
</div>
<Pagination bind:page count={total} perPage={10} />
<Pagination bind:page count={total} perPage={30} />
{#if !$config?.license_metadata}
{#if total > 50}