[Bug]: Changing a tag name or color results in temporary soft-lock #77
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
App version
0.1.29
Platform
Both
Steps to reproduce
Expected behavior
Tag name updates quickly in UI and in background on images
Actual behavior
Program soft locks for a multiple seconds while the tag update happens
Additional context
No response
[Bug]: Changing a tag name results in temporary soft-lockto [Bug]: Changing a tag name or color results in temporary soft-lockImplemented on branch
0.1.31/issue-54-60-77-78-82-84-ux.Tag rename/color edits no longer call
get_all_images()and re-sync every row. Changes:WorkingDB.get_relative_paths_for_tag_id()for targeted path lookup on tag delete.ImageListModel.patch_tag_display()updates in-memory tag names/colors with a single batcheddataChangedemit.filter_proxy.invalidate()is skipped when filter membership cannot change (color-only edits).