[PR #571] [MERGED] Center title on book details #1458

Closed
opened 2026-04-24 23:58:37 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/571
Author: @lkiesow
Created: 2/10/2023
Status: Merged
Merged: 3/6/2023
Merged by: @advplyr

Base: masterHead: center-title


📝 Commits (10+)

📊 Changes

5 files changed (+298 additions, -73 deletions)

View changed files

📝 assets/app.css (+7 -0)
📝 components/modals/ItemDetailsModal.vue (+7 -1)
components/tables/ChaptersTable.vue (+97 -0)
components/tables/TracksTable.vue (+85 -0)
📝 pages/item/_id/index.vue (+102 -72)

📄 Description

This patch centers the title, author and series metadata on the book details page below the cover. This makes this view look similar to the places where the metadata are also places in the center.

Screenshot from 2023-02-10 23-10-55


🔄 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/advplyr/audiobookshelf-app/pull/571 **Author:** [@lkiesow](https://github.com/lkiesow) **Created:** 2/10/2023 **Status:** ✅ Merged **Merged:** 3/6/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `center-title` --- ### 📝 Commits (10+) - [`a38b826`](https://github.com/advplyr/audiobookshelf-app/commit/a38b826898760cedde5ef3a0a9698d6e6bd04944) Center title on book details - [`68560fd`](https://github.com/advplyr/audiobookshelf-app/commit/68560fd5f52c45035b67aa0d8270fa470281ae76) move series down - [`5939fee`](https://github.com/advplyr/audiobookshelf-app/commit/5939fee66f5870b6925abd271325848d1a91462d) one-big-table - [`0942bd2`](https://github.com/advplyr/audiobookshelf-app/commit/0942bd25482ab581b8149185d5bdb58c004edf84) move title down - [`51062e7`](https://github.com/advplyr/audiobookshelf-app/commit/51062e74030daf31c720e820f960919bf9147ebc) … - [`f94140e`](https://github.com/advplyr/audiobookshelf-app/commit/f94140ec6bdbc7914d0130073b569f003315a662) expand - [`2956841`](https://github.com/advplyr/audiobookshelf-app/commit/29568412e60d3aaf9986ac2f261ba00634c77805) four columns - [`72ec9d8`](https://github.com/advplyr/audiobookshelf-app/commit/72ec9d81b1ff980026cbc936fa6fb78d767b6af3) Singular & Plural - [`fb4e7e6`](https://github.com/advplyr/audiobookshelf-app/commit/fb4e7e6b55db87972fe31d4415767c2af25600d2) Merge branch 'master' into center-title - [`d9b0b8c`](https://github.com/advplyr/audiobookshelf-app/commit/d9b0b8c33da3e8d84e416e90682a37abfbbfa5fa) Add chapters & tracks table. Clamp description to 4 lines. Move size to more info modal ### 📊 Changes **5 files changed** (+298 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `assets/app.css` (+7 -0) 📝 `components/modals/ItemDetailsModal.vue` (+7 -1) ➕ `components/tables/ChaptersTable.vue` (+97 -0) ➕ `components/tables/TracksTable.vue` (+85 -0) 📝 `pages/item/_id/index.vue` (+102 -72) </details> ### 📄 Description This patch centers the title, author and series metadata on the book details page below the cover. This makes this view look similar to the places where the metadata are also places in the center. ![Screenshot from 2023-02-10 23-10-55](https://user-images.githubusercontent.com/1008395/218209201-7aa6e769-eb91-4975-b797-fde715b7ded9.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:58:37 +02:00
adam closed this issue 2026-04-24 23:58:37 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1458