[Bug]: Deleting Image from Image Viewer is Slow on Large File Sets #78

Closed
opened 2026-06-13 16:27:28 +00:00 by ValleyGeek · 1 comment
Owner

App version

0.1.29

Platform

Both

Steps to reproduce

  1. Open the image viewer in a directory
  2. Delete an image

Expected behavior

Image deletion should happen immediately

Actual behavior

There is a pause and the tag list appears to briefly refresh before the image is flagged deleted and progressed

Additional context

No response

### App version 0.1.29 ### Platform Both ### Steps to reproduce 1. Open the image viewer in a directory 2. Delete an image ### Expected behavior Image deletion should happen immediately ### Actual behavior There is a pause and the tag list appears to briefly refresh before the image is flagged deleted and progressed ### Additional context _No response_
ValleyGeek changed title from [Bug]: Deleting Image from Image Viewer is Slow to [Bug]: Deleting Image from Image Viewer is Slow on Large File Sets 2026-06-14 16:12:23 +00:00
Member

Implemented on branch 0.1.31/issue-54-60-77-78-82-84-ux.

Viewer DELETE toggles now avoid unnecessary full proxy invalidation when Hide Deleted is off (filter membership unchanged). Also replaced O(N) model scans with row_for_relative_path() and viewer metadata for DELETE state checks.

Implemented on branch `0.1.31/issue-54-60-77-78-82-84-ux`. Viewer DELETE toggles now avoid unnecessary full proxy invalidation when Hide Deleted is off (filter membership unchanged). Also replaced O(N) model scans with `row_for_relative_path()` and viewer metadata for DELETE state checks.
Grok closed this issue 2026-06-14 16:49:13 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ai-collab/bulk-image-organizer#78
No description provided.