[PR #3197] Add user controls for title field visibility #3897

Open
opened 2026-04-25 00:17:29 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3197
Author: @glorenzen
Created: 7/27/2024
Status: 🔄 Open

Base: masterHead: enhancement/title-field-visibility


📝 Commits (4)

  • 78b2101 Add options for title field visibility
  • 1ebcbe8 Add options for title field visibility
  • f3e6e31 Merge branch 'enhancement/title-field-visibility' of github.com:glorenzen/audiobookshelf into enhancement/title-field-visibility
  • 9cd203d Merge branch 'master' into enhancement/title-field-visibility

📊 Changes

5 files changed (+105 additions, -10 deletions)

View changed files

📝 client/components/content/LibraryItemDetails.vue (+11 -8)
client/components/modals/ItemFieldVisibilityModal.vue (+62 -0)
📝 client/pages/item/_id/index.vue (+18 -0)
📝 client/store/user.js (+12 -1)
📝 client/strings/en-us.json (+2 -1)

📄 Description

This will add new options for users, allowing them to toggle field visibility for titles, such as publish year, publisher, etc. The options will be available on a modal that can be toggled from a context menu on a new toolbar on the item pages.

So far, I have added some UI components, such as the modal with the settings. I will add the functionality for the user settings soon.

This resolves #3055

Here are a couple of mockups I put together for it:
Item Page - Toolbar
Modal


🔄 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/3197 **Author:** [@glorenzen](https://github.com/glorenzen) **Created:** 7/27/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `enhancement/title-field-visibility` --- ### 📝 Commits (4) - [`78b2101`](https://github.com/advplyr/audiobookshelf/commit/78b2101390f0b3dcf0c05ae548ebb851870797ff) Add options for title field visibility - [`1ebcbe8`](https://github.com/advplyr/audiobookshelf/commit/1ebcbe8e487f165ed236a44663431d3832d1881d) Add options for title field visibility - [`f3e6e31`](https://github.com/advplyr/audiobookshelf/commit/f3e6e3125e3de8ac5fc463593343ea07f18ccce5) Merge branch 'enhancement/title-field-visibility' of github.com:glorenzen/audiobookshelf into enhancement/title-field-visibility - [`9cd203d`](https://github.com/advplyr/audiobookshelf/commit/9cd203d95bccfed3147bbdb2b46a22420c494179) Merge branch 'master' into enhancement/title-field-visibility ### 📊 Changes **5 files changed** (+105 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `client/components/content/LibraryItemDetails.vue` (+11 -8) ➕ `client/components/modals/ItemFieldVisibilityModal.vue` (+62 -0) 📝 `client/pages/item/_id/index.vue` (+18 -0) 📝 `client/store/user.js` (+12 -1) 📝 `client/strings/en-us.json` (+2 -1) </details> ### 📄 Description This will add new options for users, allowing them to toggle field visibility for titles, such as publish year, publisher, etc. The options will be available on a modal that can be toggled from a context menu on a new toolbar on the item pages. So far, I have added some UI components, such as the modal with the settings. I will add the functionality for the user settings soon. This resolves #3055 Here are a couple of mockups I put together for it: ![Item Page - Toolbar](https://github.com/user-attachments/assets/9f9571ff-2309-4a95-8de4-3a7e4d4943fe) ![Modal](https://github.com/user-attachments/assets/9442cee9-5ce0-4525-9789-a3725705f3d7) --- <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:17:29 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3897