Adding progress filter, filter dot, current chapter highlighted

This commit is contained in:
advplyr
2021-09-21 18:32:59 -05:00
parent 9c5f79d54f
commit b8063b8d94
7 changed files with 59 additions and 12 deletions
+8
View File
@@ -80,6 +80,11 @@ export default {
text: 'Authors',
value: 'authors',
sublist: true
},
{
text: 'Progress',
value: 'progress',
sublist: true
}
]
}
@@ -124,6 +129,9 @@ export default {
authors() {
return this.$store.getters['audiobooks/getUniqueAuthors']
},
progress() {
return ['Read', 'Unread', 'In Progress']
},
sublistItems() {
return (this[this.sublist] || []).map((item) => {
return {