Skip to content

feat(event): add styled text responder APIs - #1074

Merged
Kyle-Ye merged 1 commit into
feature/size_gesturefrom
feature/styled-text-responder
Sep 13, 2026
Merged

feat(event): add styled text responder APIs#1074
Kyle-Ye merged 1 commit into
feature/size_gesturefrom
feature/styled-text-responder

Conversation

@Kyle-Ye

@Kyle-Ye Kyle-Ye commented Sep 13, 2026

Copy link
Copy Markdown
Member

Summary

  • Add StyledTextResponder and install its responder filter for styled text views.
  • Track tapped link URLs and open them through the environment action when the gesture ends.
  • Add link attribute detection and URL value conversion helpers.

Stack

Depends on #1073

@Kyle-Ye
Kyle-Ye added this pull request to stack #1075 September 13, 2026 17:06
@github-actions github-actions Bot added area: event-gesture Events, gestures, tracing, or interaction plumbing. area: text Text, labels, line style, and text rendering APIs. type: feature New API, behavior, platform support, or user-facing capability. labels Sep 13, 2026
@codecov

codecov Bot commented Sep 13, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 6.76692% with 124 lines in your changes missing coverage. Please review.
✅ Project coverage is 29.82%. Comparing base (d8b0299) to head (b311f5d).

Files with missing lines Patch % Lines
...ftUICore/Event/Responder/StyledTextResponder.swift 7.31% 114 Missing ⚠️
...ces/OpenSwiftUICore/View/Text/Text/Text+View.swift 0.00% 10 Missing ⚠️
Additional details and impacted files
@@                   Coverage Diff                    @@
##           feature/size_gesture    #1074      +/-   ##
========================================================
+ Coverage                 29.65%   29.82%   +0.16%     
========================================================
  Files                       800      792       -8     
  Lines                     63110    62617     -493     
========================================================
- Hits                      18717    18677      -40     
+ Misses                    44393    43940     -453     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tuist

tuist Bot commented Sep 13, 2026

Copy link
Copy Markdown

🛠️ Tuist Run Report 🛠️

Tests 🧪

Scheme Status Cache hit rate Tests Skipped Ran Commit
OpenSwiftUI 0 % 1197 0 1197 29325832f

Builds 🔨

Scheme Status Duration Commit
OpenSwiftUI 1m 58s 29325832f

@Kyle-Ye
Kyle-Ye merged commit fd98110 into main Sep 13, 2026
6 checks passed
@Kyle-Ye
Kyle-Ye deleted the feature/styled-text-responder branch September 13, 2026 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: event-gesture Events, gestures, tracing, or interaction plumbing. area: text Text, labels, line style, and text rendering APIs. type: feature New API, behavior, platform support, or user-facing capability.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant