[PR #2246] [MERGED] show a modal with cover images when clicked #3680

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/2246
Author: @MxMarx
Created: 10/24/2023
Status: Merged
Merged: 10/27/2023
Merged by: @advplyr

Base: masterHead: expand-cover-images


📝 Commits (2)

  • 32616aa show a modal with cover images when clicked
  • 6278bb8 Move raw cover preview to a separate global component, fix item page cover overlay show on hover

📊 Changes

6 files changed (+60 additions, -10 deletions)

View changed files

📝 client/components/app/StreamContainer.vue (+3 -3)
📝 client/components/covers/BookCover.vue (+8 -1)
client/components/modals/RawCoverPreviewModal.vue (+33 -0)
📝 client/layouts/default.vue (+1 -0)
📝 client/pages/item/_id/index.vue (+4 -4)
📝 client/store/globals.js (+11 -2)

📄 Description

This makes it so that clicking on the cover in the item view or the player bar brings up a modal with an enlarged view of the cover so we can see all the juicy details of high-res covers.

Closes #1853


🔄 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/2246 **Author:** [@MxMarx](https://github.com/MxMarx) **Created:** 10/24/2023 **Status:** ✅ Merged **Merged:** 10/27/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `expand-cover-images` --- ### 📝 Commits (2) - [`32616aa`](https://github.com/advplyr/audiobookshelf/commit/32616aa4416b4eac6493191812d8ef0d35919b99) show a modal with cover images when clicked - [`6278bb8`](https://github.com/advplyr/audiobookshelf/commit/6278bb86651d2148750d92cf87f4de56a187a3b6) Move raw cover preview to a separate global component, fix item page cover overlay show on hover ### 📊 Changes **6 files changed** (+60 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/StreamContainer.vue` (+3 -3) 📝 `client/components/covers/BookCover.vue` (+8 -1) ➕ `client/components/modals/RawCoverPreviewModal.vue` (+33 -0) 📝 `client/layouts/default.vue` (+1 -0) 📝 `client/pages/item/_id/index.vue` (+4 -4) 📝 `client/store/globals.js` (+11 -2) </details> ### 📄 Description This makes it so that clicking on the cover in the item view or the player bar brings up a modal with an enlarged view of the cover so we can see all the juicy details of high-res covers. Closes #1853 --- <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:16:37 +02:00
adam closed this issue 2026-04-25 00:16: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#3680