Skip to content

Fix a11y label associations in model settings - #174

Draft
Sarah Cooley (scooley) with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-ci-lint-errors
Draft

Sarah Cooley (scooley) with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-ci-lint-errors

Conversation

Copilot AI commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

PR #173 introduces two unassociated form labels that block the web lint job. This associates each label with its native text input without changing UI behavior.

  • Model selector

    • Link the deployment-name label to its input.
  • Preferences panel

    • Link the deployment-name label to its input.
<label htmlFor="deployment-name">Deployment name</label>
<input id="deployment-name" type="text" ... />

Copilot AI changed the title [WIP] Fix failing CI lint job for PR #173 Fix a11y label associations in model settings Sep 6, 2026
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