mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 02:05:06 +02:00
Include the type of filter being applied in the UI
This commit is contained in:
parent
7ef44eb75b
commit
f0615c2971
2 changed files with 17 additions and 11 deletions
|
@ -91,7 +91,7 @@ export default {
|
|||
emptyMessage() {
|
||||
if (this.page === 'series') return `You have no series`
|
||||
if (this.page === 'collections') return "You haven't made any collections yet"
|
||||
if (this.hasFilter) return `No Results for filter "${this.filterValue}"`
|
||||
if (this.hasFilter) return `No Results for filter "${this.filterName}: ${this.filterValue}"`
|
||||
return 'No results'
|
||||
},
|
||||
entityName() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue