[PR #5606] [MERGED] Add settings for number of books/shelves that will be displayed per page #6531

Closed
opened 2026-02-05 10:34:48 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/5606
Author: @Xenoamor
Created: 5/13/2025
Status: Merged
Merged: 12/7/2025
Merged by: @ssddanbrown

Base: developmentHead: feature/pagination_settings


📝 Commits (1)

  • b6110ed Add settings for number of books/shelves that will be displayed per page

📊 Changes

5 files changed (+42 additions, -4 deletions)

View changed files

📝 app/App/HomeController.php (+2 -2)
📝 app/Entities/Controllers/BookController.php (+1 -1)
📝 app/Entities/Controllers/BookshelfController.php (+1 -1)
📝 lang/en/settings.php (+4 -0)
📝 resources/views/settings/categories/sorting.blade.php (+34 -0)

📄 Description

A trivial addition to allow setting the number of paginated results on the books/shelves tab. Unfortunately I could not find a way to do this using the Logical Theme System

I'm not sure if these settings would be better placed under the "Customization" tab but I have placed them under "Sorting" for the moment. Unfortunately this does require 4 new strings in the localization files

This would close #2343


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/5606 **Author:** [@Xenoamor](https://github.com/Xenoamor) **Created:** 5/13/2025 **Status:** ✅ Merged **Merged:** 12/7/2025 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `development` ← **Head:** `feature/pagination_settings` --- ### 📝 Commits (1) - [`b6110ed`](https://github.com/BookStackApp/BookStack/commit/b6110ed3cd15cf9d0472f1ccced3dbe6fdc7db76) Add settings for number of books/shelves that will be displayed per page ### 📊 Changes **5 files changed** (+42 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `app/App/HomeController.php` (+2 -2) 📝 `app/Entities/Controllers/BookController.php` (+1 -1) 📝 `app/Entities/Controllers/BookshelfController.php` (+1 -1) 📝 `lang/en/settings.php` (+4 -0) 📝 `resources/views/settings/categories/sorting.blade.php` (+34 -0) </details> ### 📄 Description A trivial addition to allow setting the number of paginated results on the books/shelves tab. Unfortunately I could not find a way to do this using the Logical Theme System I'm not sure if these settings would be better placed under the "Customization" tab but I have placed them under "Sorting" for the moment. Unfortunately this does require 4 new strings in the localization files This would close #2343 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:34:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6531