Include the type of filter being applied in the UI

This commit is contained in:
Selfhost Alt 2022-04-18 21:06:58 -07:00
parent 7ef44eb75b
commit f0615c2971
2 changed files with 17 additions and 11 deletions

View file

@ -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() {