feat: add filter and sorting functionality to torrents table

This commit is contained in:
Someone
2023-12-07 18:28:28 +01:00
committed by GitHub
parent 51e96c0ccf
commit 217020154b
5 changed files with 523 additions and 359 deletions

View File

@@ -41,12 +41,22 @@
},
"table": {
"header": {
"isCompleted": "Downloading",
"name": "Name",
"dateAdded": "Added On",
"size": "Size",
"download": "Down",
"upload": "Up",
"estimatedTimeOfArrival": "ETA",
"progress": "Progress"
"progress": "Progress",
"totalUploaded": "Total Upload",
"totalDownloaded": "Total Download",
"ratio": "Ratio",
"seeds": "Seeds (Connected)",
"peers": "Peers (Connected)",
"label": "Label",
"state": "State",
"stateMessage": "State Message"
},
"item": {
"text": "Managed by {{appName}}, {{ratio}} ratio"