[PR #1754] [CLOSED] Feature - Show pages and chapters in shelf view #5882

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1754
Author: @philjak
Created: 10/29/2019
Status: Closed

Base: masterHead: feature_detailed_shelf_view


📝 Commits (1)

  • e670f80 New setting for detailed shelf view

📊 Changes

3 files changed (+39 additions, -1 deletions)

View changed files

📝 resources/lang/en/settings.php (+3 -0)
📝 resources/views/books/list-item.blade.php (+22 -1)
📝 resources/views/settings/index.blade.php (+14 -0)

📄 Description

This PR adds a setting to the settings page, which allows user to toggle between a detailed and the regular shelf view. In the detailed view, all pages and chapters of a book will be shown (similar to the overview of all shelves, where the books are shown).

I think this is very useful, if you use BookStack as a wiki, because it reduces the amount of clicks until a user finds the right page or chapter.

image


🔄 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/1754 **Author:** [@philjak](https://github.com/philjak) **Created:** 10/29/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature_detailed_shelf_view` --- ### 📝 Commits (1) - [`e670f80`](https://github.com/BookStackApp/BookStack/commit/e670f80a1bbb04a792fb9e3169b58e7be8c46712) New setting for detailed shelf view ### 📊 Changes **3 files changed** (+39 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `resources/lang/en/settings.php` (+3 -0) 📝 `resources/views/books/list-item.blade.php` (+22 -1) 📝 `resources/views/settings/index.blade.php` (+14 -0) </details> ### 📄 Description This PR adds a setting to the settings page, which allows user to toggle between a detailed and the regular shelf view. In the detailed view, all pages and chapters of a book will be shown (similar to the overview of all shelves, where the books are shown). I think this is very useful, if you use BookStack as a wiki, because it reduces the amount of clicks until a user finds the right page or chapter. ![image](https://user-images.githubusercontent.com/5772650/67773141-87462580-fa5b-11e9-8c53-50f339ae4359.png) --- <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:19:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5882