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

feat: Support a11y_member_of #1040

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

marc2332
Copy link
Owner

@marc2332 marc2332 commented Jan 12, 2025

Depends on #1039

  • Adds a11y_member_of
  • Open dropdowns will close when the focused node is not part of them

@marc2332 marc2332 added this to the 0.3.0 milestone Jan 12, 2025
@marc2332 marc2332 self-assigned this Jan 12, 2025
@marc2332 marc2332 marked this pull request as draft January 12, 2025 11:11
Copy link

codecov bot commented Jan 12, 2025

Codecov Report

Attention: Patch coverage is 63.96396% with 40 lines in your changes missing coverage. Please review.

Project coverage is 74.93%. Comparing base (cfd70ef) to head (193c8c0).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/renderer/src/accessibility.rs 0.00% 19 Missing ⚠️
crates/testing/src/test_handler.rs 68.42% 12 Missing ⚠️
crates/renderer/src/app.rs 0.00% 4 Missing ⚠️
crates/hooks/src/use_focus.rs 76.92% 3 Missing ⚠️
crates/components/src/dropdown.rs 95.00% 1 Missing ⚠️
crates/state/src/accessibility.rs 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1040      +/-   ##
==========================================
+ Coverage   74.90%   74.93%   +0.02%     
==========================================
  Files         220      220              
  Lines       25731    25831     +100     
==========================================
+ Hits        19275    19356      +81     
- Misses       6456     6475      +19     

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

Base automatically changed from feat/improve-dropdown-styling to main January 18, 2025 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant