[codex] Improve image performance and labeling workflows#37
Closed
asenyeroao-ct wants to merge 6 commits into
Closed
[codex] Improve image performance and labeling workflows#37asenyeroao-ct wants to merge 6 commits into
asenyeroao-ct wants to merge 6 commits into
Conversation
On first launch (no saved language preference), detect the OS UI culture and pick the best supported language. Chinese maps by script: Traditional (zh-Hant/zh-TW/zh-HK/zh-MO) -> zh-TW, Simplified -> zh-CN. Falls back to English when the system language isn't supported. User's manual selection is still respected and never overridden. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Author
|
Closed because these changes are intended to be pushed directly, not submitted as a pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
Large projects could stall while decoding thousands of images on the UI thread, repeated imports could duplicate labels, and several labeling workflows required unnecessary manual work.
Impact
Image navigation and project loading are more responsive, imported labels remain stable across repeated imports, and labeling progress/class corrections can be managed directly in the UI.
Validation
git diff --checkdotnet build YoableWPF.sln -c Release -p:OutputPath=$env:TEMP\Yoable-Codex-Build --nologo(0 warnings, 0 errors)