fix(a11y): Navigation items missing aria props#40157
fix(a11y): Navigation items missing aria props#40157dionisio-bot[bot] merged 5 commits intodevelopfrom
Conversation
|
Looks like this PR is ready to merge! 🎉 |
WalkthroughAccessibility attributes were updated across navigation and sidebar components: active items now use Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #40157 +/- ##
===========================================
+ Coverage 70.17% 70.21% +0.03%
===========================================
Files 3280 3280
Lines 116852 116861 +9
Branches 20695 20675 -20
===========================================
+ Hits 82005 82053 +48
+ Misses 31556 31526 -30
+ Partials 3291 3282 -9
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
There was a problem hiding this comment.
1 issue found across 1 file (changes from recent commits).
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="apps/meteor/client/views/navigation/sidebar/RoomList/SidebarItem.tsx">
<violation number="1" location="apps/meteor/client/views/navigation/sidebar/RoomList/SidebarItem.tsx:29">
P2: `aria-selected` is not the right state for current-page navigation links here; this should continue to expose the active route with `aria-current='page'`.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
WA-80
Proposed changes (including videos or screenshots)
tabaria-currentto pages navigation itemsIssue(s)
Steps to test or reproduce
Further comments
Summary by CodeRabbit
Bug Fixes
Tests