Files
platform/ios/Platform
Yusuf Suleman 798ba17a93
All checks were successful
Security Checks / dependency-audit (push) Successful in 14s
Security Checks / secret-scanning (push) Successful in 4s
Security Checks / dockerfile-lint (push) Successful in 4s
fix: resolve Reader freezing, article layout loop, and feedback issues
- ArticleWebView: remove dangerous intrinsicContentSize override, use
  height binding measured via JS after render
- ReaderViewModel: add @MainActor, replace didSet filter with explicit
  applyFilter() to avoid property observer reentrancy
- Thumbnail extraction: use precompiled NSRegularExpression, limit search
  to first 2000 chars, skip placeholder when no image found
- Card view: only show thumbnail when image exists (no placeholder)
- Feedback: add guard against double-tap, @MainActor on Task

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 19:16:57 -05:00
..