Skip to content

[UI] Allow disabling image transitions - #89

Merged
NachoSoto merged 1 commit into
masterfrom
configurable-image-transitions
Sep 3, 2026
Merged

[UI] Allow disabling image transitions#89
NachoSoto merged 1 commit into
masterfrom
configurable-image-transitions

Conversation

@NachoSoto

@NachoSoto NachoSoto commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • add an opt-out for AsyncImageView cross-dissolves
  • preserve animated image changes as the default
  • allow EDR/HDR clients to avoid alpha-blending artifacts

Motivation

Cross-dissolving extended-range tournament backgrounds over their placeholders produces a washed-out double exposure during scrolling:

HDR crossfade artifact

Validation

  • AsyncImageViewBehaviorTests passed, including the new animation opt-out coverage
  • CacheRendererTests.failedInflationIsNotCached passed when run alone
  • SwiftLint strict passed with zero violations
  • the full suite's only failure is CacheRendererTests.failedInflationIsNotCached; the same failure reproduces from the unchanged base commit d0366ccd, confirming it is pre-existing and unrelated to this change
  • GitHub's rerun logged every suite and the new test as passing, but xcodebuild still exited 65 on that same baseline failure

Keep cross-dissolves enabled by default while allowing clients with extended-range content to replace images without alpha blending.
@NachoSoto
NachoSoto marked this pull request as ready for review September 3, 2026 04:00
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 3, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-03T04:03:26.836083Z c781d1d Draft marked ready
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@NachoSoto
NachoSoto merged commit 1c85386 into master Sep 3, 2026
2 of 4 checks passed
@NachoSoto
NachoSoto deleted the configurable-image-transitions branch September 3, 2026 04:05
NachoSoto added a commit that referenced this pull request Sep 3, 2026
## Summary

- revert #89 now that WatchChess PR #1157 replaces the reused UIKit
tournament cells with SwiftUI
- remove the unused `animatesImageChanges` API and its opt-out test
- restore `master` to the pre-#89 image-transition behavior

## Validation

- Swift 6 iOS simulator library build passed
- `CacheRendererTests.failedInflationIsNotCached` passed in isolation
- strict SwiftLint passed with zero violations
- the full suite reproduced its documented pre-existing suite-order
failure in `CacheRendererTests.failedInflationIsNotCached`; this is the
same baseline failure recorded on #89 and is unrelated to the revert

## Dependency cleanup

The WatchChess HDR stack no longer pins #89. Its gradient now lives
directly in the SwiftUI tournament cell, and the old UIKit cell
cross-dissolve path no longer exists.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant