[PR #3916] [MERGED] Add collection and playlist help text #4120

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3916
Author: @nichwall
Created: 1/30/2025
Status: Merged
Merged: 1/31/2025
Merged by: @advplyr

Base: masterHead: add_collection_help_text


📝 Commits (3)

  • 8974c58 Add: collection and playlist link to guide
  • 5c0cd98 Add: collection and playlist help text to modal
  • 2e13c5b Fix no collections message, ui updates

📊 Changes

4 files changed (+40 additions, -4 deletions)

View changed files

📝 client/components/app/LazyBookshelf.vue (+13 -0)
📝 client/components/modals/collections/AddCreateModal.vue (+13 -2)
📝 client/components/modals/playlists/AddCreateModal.vue (+12 -2)
📝 client/strings/en-us.json (+2 -0)

📄 Description

Brief summary

This PR adds some additional information to the collection and playlist pages/modals when none exist.

Which issue is fixed?

Fixes https://github.com/advplyr/audiobookshelf/issues/3318

In-depth Description

Just adds two new translation strings and updates the text displayed.

How have you tested this?

Loaded in browser.

Screenshots

Main collection screen:
Collections

Playlist creation modal:
playlist


🔄 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/3916 **Author:** [@nichwall](https://github.com/nichwall) **Created:** 1/30/2025 **Status:** ✅ Merged **Merged:** 1/31/2025 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `add_collection_help_text` --- ### 📝 Commits (3) - [`8974c58`](https://github.com/advplyr/audiobookshelf/commit/8974c582fcf4e04399688808767d4bcde40d142d) Add: collection and playlist link to guide - [`5c0cd98`](https://github.com/advplyr/audiobookshelf/commit/5c0cd98cb3e9be42ecd2323aac392d0e2ff84e31) Add: collection and playlist help text to modal - [`2e13c5b`](https://github.com/advplyr/audiobookshelf/commit/2e13c5bd5021adf37ba63e3c16e2e5647996240d) Fix no collections message, ui updates ### 📊 Changes **4 files changed** (+40 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/LazyBookshelf.vue` (+13 -0) 📝 `client/components/modals/collections/AddCreateModal.vue` (+13 -2) 📝 `client/components/modals/playlists/AddCreateModal.vue` (+12 -2) 📝 `client/strings/en-us.json` (+2 -0) </details> ### 📄 Description <!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. If you do not follow this template, the PR may be closed without review. Please ensure all checks pass. If you are a new contributor, the workflows will need to be manually approved before they run. --> ## Brief summary This PR adds some additional information to the collection and playlist pages/modals when none exist. ## Which issue is fixed? Fixes https://github.com/advplyr/audiobookshelf/issues/3318 ## In-depth Description Just adds two new translation strings and updates the text displayed. ## How have you tested this? Loaded in browser. ## Screenshots Main collection screen: ![Collections](https://github.com/user-attachments/assets/f60b1996-1e4a-465f-9331-da2c9dd19a70) Playlist creation modal: ![playlist](https://github.com/user-attachments/assets/614d6241-accf-4732-a76f-4125dac1e4a2) --- <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:18:23 +02:00
adam closed this issue 2026-04-25 00:18:23 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4120