Skip to content

Show progress immediately when copying files#2093

Merged
joelim-work merged 1 commit into
gokcehan:masterfrom
joelim-work:better-copy-tracking
Aug 12, 2025
Merged

Show progress immediately when copying files#2093
joelim-work merged 1 commit into
gokcehan:masterfrom
joelim-work:better-copy-tracking

Conversation

@joelim-work

Copy link
Copy Markdown
Collaborator

Currently nav.copyTotal (total number of bytes to be copied) is used to determine whether the copy progress should be displayed at all. The problem is that when the user presses p to initiate a copy operation, it can take some time for copySize to calculate this value, and as a result nothing is displayed in the UI until that is done.

This change introduces a new variable nav.copyJobs (number of copy operations running) to keep track of this, and provide a more accurate status in the UI.

@joelim-work joelim-work added the fix Pull requests that fix existing behavior label Aug 12, 2025
@joelim-work joelim-work added this to the r37 milestone Aug 12, 2025
@joelim-work joelim-work merged commit f716ce1 into gokcehan:master Aug 12, 2025
4 checks passed
@joelim-work joelim-work deleted the better-copy-tracking branch August 12, 2025 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Pull requests that fix existing behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No immediate feedback for large 'paste' operations

1 participant