Skip to content

Conversation

workbysaran
Copy link
Contributor

Resolved / Related Issues

Fixed issue where Status Center doesn't show extraction progress when extracting archive files. Moved event handler registration to before the extraction call so progress events are properly captured and displayed.

Closes #14974

Steps used to test these changes

  1. Open the Files app
  2. Navigate to any folder containing an archive file (ZIP, RAR, etc.)
  3. Right-click on the archive and select "Extract > Extract here"
  4. Open Status Center during extraction
  5. Verify that extraction progress is shown (percentage, current file name, file count)
  6. Verify progress updates in real-time as files are extracted

@yaira2 yaira2 added the ready for review Pull requests that are ready for review label Oct 1, 2025
Copy link
Member

@yaira2 yaira2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yaira2 yaira2 added ready to merge Pull requests that are approved and ready to merge and removed ready for review Pull requests that are ready for review labels Oct 5, 2025
@yaira2 yaira2 changed the title Fix: Fixed Status Center not showing extraction progress for archives Fix: Fixed an issue where progress wasn't displayed when extracting archives Oct 5, 2025
@yaira2 yaira2 merged commit 5a37637 into files-community:main Oct 5, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Pull requests that are approved and ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Status Center doesn't show extraction progress
2 participants