[PR #464] [MERGED] Include the type of filter being applied in the UI #3353

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/464
Author: @selfhost-alt
Created: 4/19/2022
Status: Merged
Merged: 4/19/2022
Merged by: @advplyr

Base: masterHead: include-filter-name-in-ui


📝 Commits (1)

  • f0615c2 Include the type of filter being applied in the UI

📊 Changes

2 files changed (+17 additions, -11 deletions)

View changed files

📝 client/components/app/LazyBookshelf.vue (+1 -1)
📝 client/components/controls/FilterSelect.vue (+16 -10)

📄 Description

This PR updates a couple bits of UI to include the filter name as well as the filter value.

The old UI only showed the selected filter "value" in the filter dropdown, and in the "no items found" message.

image

The new UI shows both the filter name and the filter value, making it clearer what's being filtered
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/464 **Author:** [@selfhost-alt](https://github.com/selfhost-alt) **Created:** 4/19/2022 **Status:** ✅ Merged **Merged:** 4/19/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `include-filter-name-in-ui` --- ### 📝 Commits (1) - [`f0615c2`](https://github.com/advplyr/audiobookshelf/commit/f0615c29714b812951e517c6f4bb70500556f660) Include the type of filter being applied in the UI ### 📊 Changes **2 files changed** (+17 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/LazyBookshelf.vue` (+1 -1) 📝 `client/components/controls/FilterSelect.vue` (+16 -10) </details> ### 📄 Description This PR updates a couple bits of UI to include the filter *name* as well as the filter value. The old UI only showed the selected filter "value" in the filter dropdown, and in the "no items found" message. ![image](https://user-images.githubusercontent.com/91645868/163918459-cbfd992f-c4f6-43e5-8e5e-66ba4cb71273.png) The new UI shows both the filter name *and* the filter value, making it clearer what's being filtered ![image](https://user-images.githubusercontent.com/91645868/163918398-d36c356f-834b-4d5d-aa80-60498e71f334.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:20 +02:00
adam closed this issue 2026-04-25 00:15:20 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3353