Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIHandler: extract a public helper to process custom interactions #395

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

jiripudil
Copy link
Member

@jiripudil jiripudil commented Mar 22, 2024

resolves #388

Food for thought: this change makes it possible to add method, url, and data to the interaction event. Is there a use case for that? Is there a use case for allowing the interaction event listeners to change any of those?

Copy link

codecov bot commented Mar 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.05%. Comparing base (d4c1132) to head (a176bb3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #395      +/-   ##
==========================================
+ Coverage   93.50%   94.05%   +0.54%     
==========================================
  Files          11       11              
  Lines        1294     1295       +1     
  Branches      180      176       -4     
==========================================
+ Hits         1210     1218       +8     
+ Misses         82       75       -7     
  Partials        2        2              

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

@jiripudil jiripudil force-pushed the 388-ui-process-interaction-helper branch from b7e38d9 to a176bb3 Compare April 26, 2024 21:24
@jiripudil jiripudil merged commit 8beeb84 into main Apr 26, 2024
3 checks passed
@jiripudil jiripudil deleted the 388-ui-process-interaction-helper branch April 26, 2024 21:36
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.

UI binding as button for better accessibility
1 participant