feat: implement duplicate title normalized filter

This commit is contained in:
Tiberiu Ichim 2026-02-22 16:46:14 +02:00
parent aa85106681
commit ead215e777
13 changed files with 276 additions and 1 deletions

View file

@ -236,6 +236,11 @@ export default {
value: 'issues',
sublist: false
},
{
text: this.$strings.LabelDuplicateTitle || 'Duplicate Title',
value: 'duplicates',
sublist: false
},
{
text: this.$strings.LabelRSSFeedOpen,
value: 'feed-open',
@ -294,6 +299,11 @@ export default {
value: 'issues',
sublist: false
},
{
text: this.$strings.LabelDuplicateTitle || 'Duplicate Title',
value: 'duplicates',
sublist: false
},
{
text: this.$strings.LabelRSSFeedOpen,
value: 'feed-open',

View file

@ -475,6 +475,7 @@
"LabelMinute": "Minute",
"LabelMinutes": "Minutes",
"LabelMissing": "Missing",
"LabelDuplicateTitle": "Duplicate Title",
"LabelMissingEbook": "Has no ebook",
"LabelMissingSupplementaryEbook": "Has no supplementary ebook",
"LabelMoveToLibrary": "Move to Library",