Skip to content

Fix: Improve authentication navigation accessibility (Login & Signup)#493

Merged
aryandas2911 merged 2 commits into
aryandas2911:mainfrom
bhumishah2411:fix-auth-accessibility
May 17, 2026
Merged

Fix: Improve authentication navigation accessibility (Login & Signup)#493
aryandas2911 merged 2 commits into
aryandas2911:mainfrom
bhumishah2411:fix-auth-accessibility

Conversation

@bhumishah2411
Copy link
Copy Markdown
Contributor

📌 Description

Improved accessibility and semantic navigation in authentication pages by replacing non-semantic clickable elements with proper navigation links. This ensures better keyboard navigation and screen reader compatibility without affecting the UI.

Related Issue
Closes #448

Changes Made
Replaced non-semantic clickable elements with components for navigation
Enabled proper keyboard navigation (Tab + Enter support)
Improved semantic HTML structure for better accessibility (a11y)
Ensured UI and styling remain unchanged

Screenshots
N/A (No visual/UI changes — only accessibility improvements)

Checklist
Code runs locally
Followed project structure
No console errors
Properly tested changes
Linked the issue

Notes for Reviewers
This PR focuses only on improving accessibility and semantic navigation in Login and Signup pages. No backend or UI changes are introduced.

@bhumishah2411
Copy link
Copy Markdown
Contributor Author

Hi @aryandas2911
I’ve synced the branch with the latest changes from main.
Could you please review the PR and approve the workflow so the CI checks can proceed?
Thanks.

@aryandas2911 aryandas2911 merged commit db508ef into aryandas2911:main May 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve Accessibility and Semantic Navigation in Authentication Pages

2 participants