fix: improve accessibility for icon-only controls in ABHA components#46
fix: improve accessibility for icon-only controls in ABHA components#46charantejguniganti wants to merge 1 commit into
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 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 |
|
|
@drtechie All automated checks and quality gates are passing successfully. Kindly review when convenient. Thanks! |
|
My implementation follows the same accessibility direction while keeping the changes strictly scoped to template-level improvements across the affected ABHA components. The PR focuses on:
No business logic or functional behavior was modified. |



📝 Description
Fixes #161
This PR improves accessibility across multiple ABHA-related components in
Common-UIby replacing non-interactive icon elements with properly accessible button controls and adding meaningfularia-labelattributes throughout.Icon-only interactive elements backed by
mat-iconwithout a proper button wrapper are inaccessible to keyboard users and screen readers — they can't be focused, triggered via keyboard, or meaningfully announced. This PR addresses that pattern consistently across all affected ABHA components, aligning them with Angular Material accessibility best practices.Changes Made:
mat-iconelements with accessiblebutton mat-icon-buttoncontrolsaria-labelattributes to all icon-only interactive controlsComponents Updated:
generate-abha-componentdownload-search-abhadisplay-abha-cardabha-mobile-componentabha-enter-mobile-otp-componentabha-consent-form✅ Type of Change
ℹ️ Additional Information
Verification:
Scope: Template-only changes across 6 ABHA components. No functional behavior, business logic, or styling changes introduced.