[PR #745] [CLOSED] Fix placard sizes to fit "Continue Listening" #3411

Closed
opened 2026-04-25 00:15:33 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/745
Author: @jmt-gh
Created: 6/19/2022
Status: Closed

Base: masterHead: fix_continue_listening_placard


📝 Commits (3)

  • 54a2712 Fetch author photo from external URL
  • 71fb252 Update photo url input to photo path/url to be consistent with item covers
  • 3cbd67e fix placard sizes to fit continue listening

📊 Changes

4 files changed (+27 additions, -12 deletions)

View changed files

📝 client/components/app/BookShelfRow.vue (+1 -1)
📝 client/components/modals/authors/EditModal.vue (+8 -10)
📝 server/controllers/AuthorController.js (+12 -0)
📝 server/finders/AuthorFinder.js (+6 -1)

📄 Description

I noticed in the non-alternative view that "Continue Listening" was wrapping. This PR updates the placards to be large enough to not force a wrap. I also moved the placards down 1px so they align better with the shelf

Before:
image

After:
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/advplyr/audiobookshelf/pull/745 **Author:** [@jmt-gh](https://github.com/jmt-gh) **Created:** 6/19/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix_continue_listening_placard` --- ### 📝 Commits (3) - [`54a2712`](https://github.com/advplyr/audiobookshelf/commit/54a2712bb37993d1db3c442573ff9c5713221db4) Fetch author photo from external URL - [`71fb252`](https://github.com/advplyr/audiobookshelf/commit/71fb252d6a2501bf3f00661e579410ff6f12f42d) Update photo url input to photo path/url to be consistent with item covers - [`3cbd67e`](https://github.com/advplyr/audiobookshelf/commit/3cbd67e4def110f8a7c43a7ff35571d72aa3fd54) fix placard sizes to fit continue listening ### 📊 Changes **4 files changed** (+27 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/BookShelfRow.vue` (+1 -1) 📝 `client/components/modals/authors/EditModal.vue` (+8 -10) 📝 `server/controllers/AuthorController.js` (+12 -0) 📝 `server/finders/AuthorFinder.js` (+6 -1) </details> ### 📄 Description I noticed in the non-alternative view that "Continue Listening" was wrapping. This PR updates the placards to be large enough to not force a wrap. I also moved the placards down 1px so they align better with the shelf Before: ![image](https://user-images.githubusercontent.com/13617455/174471612-4f7bda2f-0528-4b24-bdbd-c94313ad8e8b.png) After: ![image](https://user-images.githubusercontent.com/13617455/174471619-477c6f37-90a1-4dbb-a88a-2c821bbe0649.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-25 00:15:33 +02:00
adam closed this issue 2026-04-25 00:15:33 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3411