[PR #1755] [MERGED] Feature - allow toggling between grid and list view in shelf view (shelves.show) #5884

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1755
Author: @philjak
Created: 10/30/2019
Status: Merged
Merged: 4/10/2020
Merged by: @ssddanbrown

Base: masterHead: feature_change_view_in_shelves_show


📝 Commits (1)

  • 6cd26e2 Allow toggling between grid and list view in shelf view (shelves.show)

📊 Changes

2 files changed (+17 additions, -5 deletions)

View changed files

📝 app/Http/Controllers/BookshelfController.php (+2 -0)
📝 resources/views/shelves/show.blade.php (+15 -5)

📄 Description

This PR adds the list/grid view toggle button to the shelves.show view. This button is already available in the shelves.index as well as in books.index.

This allows users to use the desired view even when looking directly into a shelf.


🔄 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/1755 **Author:** [@philjak](https://github.com/philjak) **Created:** 10/30/2019 **Status:** ✅ Merged **Merged:** 4/10/2020 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `feature_change_view_in_shelves_show` --- ### 📝 Commits (1) - [`6cd26e2`](https://github.com/BookStackApp/BookStack/commit/6cd26e23a800b35a5f83df77cb723d00c70a2dec) Allow toggling between grid and list view in shelf view (shelves.show) ### 📊 Changes **2 files changed** (+17 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/BookshelfController.php` (+2 -0) 📝 `resources/views/shelves/show.blade.php` (+15 -5) </details> ### 📄 Description This PR adds the list/grid view toggle button to the shelves.show view. This button is already available in the shelves.index as well as in books.index. This allows users to use the desired view even when looking directly into a shelf. --- <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:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5884