fix: upload q and drive size error (#220)

* refactor: usetransfers hook functions
* refactor: bulk actions code style and readability
* fix: use upload q inflight size for subsequent uploads
* refactor: runUploadQueue execution
This commit is contained in:
Bálint Ujvári
2026-03-10 12:42:34 +01:00
parent bc2c0addbb
commit 8992c189fd
8 changed files with 348 additions and 328 deletions
@@ -49,7 +49,7 @@ export type TrackDownloadProps = {
name: string
size?: string
expectedSize?: number
driveName?: string
driveName: string
}
export interface DownloadProgress {