Skip to content

feat(event): implement SizeGesture - #1073

Merged
Kyle-Ye merged 1 commit into
mainfrom
feature/size_gesture
Sep 13, 2026
Merged

feat(event): implement SizeGesture#1073
Kyle-Ye merged 1 commit into
mainfrom
feature/size_gesture

Conversation

@Kyle-Ye

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

Copy link
Copy Markdown
Member

Summary

  • Add SizeGesture to construct a gesture from the current view size.
  • Expose the view size through gesture inputs with an indirect attribute.

@github-actions github-actions Bot added area: event-gesture Events, gestures, tracing, or interaction plumbing. type: feature New API, behavior, platform support, or user-facing capability. labels Sep 13, 2026
@Kyle-Ye
Kyle-Ye added this pull request to stack #1075 September 13, 2026 17:06
@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 39ace7136

Builds 🔨

Scheme Status Duration Commit
OpenSwiftUI 1m 8s 39ace7136

@codecov

codecov Bot commented Sep 13, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 29.65%. Comparing base (be5749e) to head (d8b0299).
⚠️ Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
...es/OpenSwiftUICore/Event/Gesture/SizeGesture.swift 0.00% 10 Missing ⚠️
.../OpenSwiftUICore/Event/Gesture/GestureInputs.swift 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1073      +/-   ##
==========================================
- Coverage   29.90%   29.65%   -0.26%     
==========================================
  Files         790      800      +10     
  Lines       62483    63110     +627     
==========================================
+ Hits        18688    18717      +29     
- Misses      43795    44393     +598     

☔ 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.

@Kyle-Ye
Kyle-Ye merged commit 9234c33 into main Sep 13, 2026
6 checks passed
@Kyle-Ye
Kyle-Ye deleted the feature/size_gesture 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. 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