Skip to content

Conversation

@AmarTrebinjac
Copy link
Contributor

@AmarTrebinjac AmarTrebinjac commented Jan 27, 2026

Changes

Various fixes for accessibility. Noticed I had a gazillion errors on my profile page:

Screenshot 2026-01-27 at 15 40 29

So took it upon myself to fix them

Events

Did you introduce any new tracking events?

Experiment

Did you introduce any new experiments?

Manual Testing

Caution

Please make sure existing components are not breaking/affected by this PR

Preview domain

https://eng-474.preview.app.daily.dev

@vercel
Copy link

vercel bot commented Jan 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
daily-webapp Ready Ready Preview Jan 28, 2026 9:34am
1 Skipped Deployment
Project Deployment Review Updated (UTC)
storybook Ignored Ignored Jan 28, 2026 9:34am

Request Review

@AmarTrebinjac AmarTrebinjac changed the title fix: user experience alt and link text fix: various accessibility fixes Jan 27, 2026
ref: MutableRefObject<HTMLLabelElement>,
): ReactElement {
return (
// eslint-disable-next-line jsx-a11y/label-has-associated-control
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem to be working properly. It should not give us an error if the input is a child of the label, but it does.

I removed the htmlfor on the label element because having the label be the parent + setting the htmlfor manually creates double labeling

@AmarTrebinjac AmarTrebinjac marked this pull request as ready for review January 28, 2026 11:10
@AmarTrebinjac AmarTrebinjac requested a review from a team as a code owner January 28, 2026 11:10
@AmarTrebinjac AmarTrebinjac merged commit 57be430 into main Jan 28, 2026
16 checks passed
@AmarTrebinjac AmarTrebinjac deleted the ENG-474 branch January 28, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants