Commit 89eb04e
authored
feat(resume): add progress bar when checking existing data (#1031)
Fixes #1026
When resuming a large file transfer (>10MB), display a progress bar
showing 'Checking [filename]' while scanning the existing file to
determine which chunks are missing.
This provides visual feedback during the check phase, preventing
users from thinking the application has frozen on large files.
Co-authored-by: Murat Aslan <[email protected]>1 parent 211c65a commit 89eb04e
1 file changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
337 | 355 | | |
338 | 356 | | |
339 | 357 | | |
| |||
349 | 367 | | |
350 | 368 | | |
351 | 369 | | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
352 | 376 | | |
353 | 377 | | |
354 | 378 | | |
| |||
0 commit comments