Add label filter for torrent widget (#865)

This commit is contained in:
Manuel
2023-05-03 12:50:11 +02:00
committed by GitHub
parent 678c8d0018
commit 50aba040e4
5 changed files with 319 additions and 22 deletions

View File

@@ -12,6 +12,13 @@
},
"displayStaleTorrents": {
"label": "Display stale torrents"
},
"labelFilterIsWhitelist": {
"label": "Label list is a whitelist (instead of blacklist)"
},
"labelFilter": {
"label": "Label list",
"description": "When 'is whitelist' checked, this will act as a whitelist. If not checked, this is a blacklist. Will not do anything when empty"
}
}
},
@@ -33,7 +40,8 @@
"text": "Managed by {{appName}}, {{ratio}} ratio"
},
"body": {
"nothingFound": "No torrents found"
"nothingFound": "No torrents found",
"filterHidingItems": "{{count}} entries are hidden by your filters"
}
},
"lineChart": {