Stop status bar from echoing Sort into Folders' progress dialog (0.9.1) #181
No reviewers
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ai-collab/bulk-image-organizer!181
Loading…
Reference in a new issue
No description provided.
Delete branch "0.9.0/status-bar-dialog-dedup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Audited every status dialog that reports progress (
NetworkHydrateDialog,NetworkSyncDialog,SubdirTagBuildDialog,SortProgressDialog,SortIntoFoldersDialog) for the main status bar redundantly showing the same message a dialog is already displaying. Only Sort into Folders had the bug:_on_sort_progresswrote the identical message to bothSortProgressDialogand the main status bar on every progress tick, and_start_sort_into_foldersset an extra one-off status-bar message right as the dialog opened.The other three dialogs already followed the correct pattern — write to the dialog only while it's shown — established by
_sync_workspace_cache_to_share_if_needed's_on_status/_on_progressbranching. Sort's progress handler now follows the same pattern, with a defensive fallback to the status bar only in the (currently unreachable) case where the dialog isn't present.fix(ui)commit: removes the duplicate status-bar writes.VERSIONto0.9.1(compiled inputs changed) and adds the CHANGELOG section.Test plan
ruff check ./ruff format --check .— cleanpytest -q— 775 passed, 1 skipped./scripts/check-version-bump.sh— confirmsVERSIONbumped (0.9.0→0.9.1)https://claude.ai/code/session_01TrNqVfQQpmRfwhoUkKkkiJ