refactor: Improve A11y#5913
Conversation
Imporove a11y
fix cypress test
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
zzmp
left a comment
There was a problem hiding this comment.
Thank you @mdmellis! These changes look great, and I'm glad you're giving some attention to a11y 😄.
There are a few small changes to make for translations to be properly supported, and I've tried to give you sample code for all of them. If I don't hear back from you in a day or two, I can still merge this in as-is and I can make those changes as a follow-up. Thanks again!
Add translations to labels
|
@zzmp thanks for the feedback. I appreciate it. I implemented changes as requested. Let me know if anything else is needed. |
|
@zzmp I made the changes requested. Thanks again for the feedback. It looks like the vercel step failed but I'm unable to access the link to debug. What can I do to enable the vercel deploy step? |
|
You're getting a typescript error on compilation, which is blocking vercel from completing. |
|
@zzmp looks like that did the trick. Thank you for the guidance. It appears that a workflow needs to be approved. Are you able to assist with this? |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #5913 +/- ##
==========================================
- Coverage 13.65% 13.65% -0.01%
==========================================
Files 411 411
Lines 12915 12918 +3
Branches 4532 4536 +4
==========================================
Hits 1764 1764
- Misses 11143 11145 +2
- Partials 8 9 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This pull request aims to enhance the accessibility of the Uniswap interface web application by addressing the opportunities identified in a recent Lighthouse a11y audit. The changes made result in an improvement of the lighthouse a11y score from 77/100 to 92/100, representing a 15% increase. These improvements will contribute to a more inclusive user experience for all users.
Before:

After:
