Accessibility: Fix aria descriptions and labels - #3298
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (14)
💤 Files with no reviewable changes (1)
WalkthroughAdds new translation keys for filter and sort UI labels, and updates ARIA attributes (aria-hidden, aria-label, aria-describedby, aria-labelledby) across multiple Vue components to improve accessibility of filter/sort controls, form fields, and toggle switches. ChangesAccessibility ARIA fixes
Estimated code review effort: 2 (Simple) | ~15 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3298 +/- ##
=============================================
- Coverage 97.11% 97.10% -0.02%
Complexity 1948 1948
=============================================
Files 483 483
Lines 16654 16663 +9
Branches 2408 2417 +9
=============================================
+ Hits 16174 16181 +7
- Misses 480 482 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
PILOS
|
||||||||||||||||||||||||||||
| Project |
PILOS
|
| Branch Review |
2315-improve-a11y
|
| Run status |
|
| Run duration | 07m 55s |
| Commit |
|
| Committer | Samuel Weirich |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
635
|
| View all changes introduced in this branch ↗︎ | |
Fixes #2315
Type
Checklist
Changes
Other information
VueMultiselect
<Multiselect/>is still not accessible and cannot be fixed easilySummary by CodeRabbit
New Features
Bug Fixes