feat(torrent): complete lifecycle controls

This commit is contained in:
NimBold
2026-08-03 21:47:02 +03:30
parent 819a48bd4b
commit 55a905df14
32 changed files with 2390 additions and 136 deletions
+1
View File
@@ -22,6 +22,7 @@ const isFreshDownloadStatus = (status: DownloadItem['status']): boolean =>
status === 'downloading' ||
status === 'seeding' ||
status === 'processing' ||
status === 'verifying' ||
status === 'retrying';
const hasPositiveProgress = (download: DownloadItem): boolean =>