[PR #434] [CLOSED] WIP: Book Coverart and Grid Display #5645

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/434
Author: @AbijeetP
Created: 7/13/2017
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

32 files changed (+301 additions, -32 deletions)

View changed files

📝 app/Book.php (+50 -2)
📝 app/Http/Controllers/BookController.php (+6 -4)
📝 app/User.php (+1 -1)
database/migrations/2017_07_05_102650_add_cover_image_display.php (+40 -0)
public/book_default_cover.png (+0 -0)
📝 resources/assets/js/global.js (+13 -0)
📝 resources/assets/sass/styles.scss (+68 -0)
📝 resources/lang/de/common.php (+3 -1)
📝 resources/lang/de/settings.php (+1 -0)
📝 resources/lang/en/common.php (+4 -2)
📝 resources/lang/en/settings.php (+1 -0)
📝 resources/lang/es/common.php (+3 -1)
📝 resources/lang/es/settings.php (+1 -0)
📝 resources/lang/fr/common.php (+3 -1)
📝 resources/lang/fr/settings.php (+1 -0)
📝 resources/lang/ja/common.php (+1 -1)
📝 resources/lang/nl/common.php (+3 -1)
📝 resources/lang/nl/settings.php (+1 -0)
📝 resources/lang/pl/common.php (+3 -1)
📝 resources/lang/pt_BR/common.php (+3 -1)

...and 12 more files

📄 Description

Towards #181


🔄 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/434 **Author:** [@AbijeetP](https://github.com/AbijeetP) **Created:** 7/13/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`6557fbb`](https://github.com/BookStackApp/BookStack/commit/6557fbb666536c2781179c63866dfb2807b6405c) commit - [`8924618`](https://github.com/BookStackApp/BookStack/commit/8924618d122fb9e5894af24f2e9cc4678aac3350) test - [`af72f0d`](https://github.com/BookStackApp/BookStack/commit/af72f0d490251d988bc2fe0cbffc50ec09527968) Bookstack grid view. - [`fdf139e`](https://github.com/BookStackApp/BookStack/commit/fdf139edb20f2c6010824a3268e432b9b5e8249b) Changing column size for responsiveness - [`bce5fdd`](https://github.com/BookStackApp/BookStack/commit/bce5fdd5cd82d274b4f944938a8080c1d75e4ce0) Merge branch 'master' into issue-181 - [`947c58f`](https://github.com/BookStackApp/BookStack/commit/947c58f2274f0e5a698e71486f8fae5a894111b5) Applied required changes in BookStack. - [`d99fd1f`](https://github.com/BookStackApp/BookStack/commit/d99fd1fd6544ef0d21bfe339572df8657ff36546) Applied required changes - [`bb2d859`](https://github.com/BookStackApp/BookStack/commit/bb2d85965faa7946da3e993a0902d3b547296e9b) Removed duplicated styles. - [`d089eaf`](https://github.com/BookStackApp/BookStack/commit/d089eaf754b06c8e03682332b0b4d646bc24f963) Changes in User edit profile page. - [`e10d4b9`](https://github.com/BookStackApp/BookStack/commit/e10d4b91cf6740db5769023fef04472ecc6a330a) styles.scss ### 📊 Changes **32 files changed** (+301 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `app/Book.php` (+50 -2) 📝 `app/Http/Controllers/BookController.php` (+6 -4) 📝 `app/User.php` (+1 -1) ➕ `database/migrations/2017_07_05_102650_add_cover_image_display.php` (+40 -0) ➕ `public/book_default_cover.png` (+0 -0) 📝 `resources/assets/js/global.js` (+13 -0) 📝 `resources/assets/sass/styles.scss` (+68 -0) 📝 `resources/lang/de/common.php` (+3 -1) 📝 `resources/lang/de/settings.php` (+1 -0) 📝 `resources/lang/en/common.php` (+4 -2) 📝 `resources/lang/en/settings.php` (+1 -0) 📝 `resources/lang/es/common.php` (+3 -1) 📝 `resources/lang/es/settings.php` (+1 -0) 📝 `resources/lang/fr/common.php` (+3 -1) 📝 `resources/lang/fr/settings.php` (+1 -0) 📝 `resources/lang/ja/common.php` (+1 -1) 📝 `resources/lang/nl/common.php` (+3 -1) 📝 `resources/lang/nl/settings.php` (+1 -0) 📝 `resources/lang/pl/common.php` (+3 -1) 📝 `resources/lang/pt_BR/common.php` (+3 -1) _...and 12 more files_ </details> ### 📄 Description Towards #181 --- <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:13:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5645