Skip to content

🎨 Palette: [UX improvement] Add ARIA labels to NewAgentModal - #86

Open
google-labs-jules[bot] wants to merge 1 commit into
mainfrom
palette-a11y-new-agent-modal-14960006553260014169
Open

🎨 Palette: [UX improvement] Add ARIA labels to NewAgentModal#86
google-labs-jules[bot] wants to merge 1 commit into
mainfrom
palette-a11y-new-agent-modal-14960006553260014169

Conversation

@google-labs-jules

Copy link
Copy Markdown
Contributor

💡 What

Added explicit ARIA labels, roles, and label associations to form fields in the NewAgentModal component.

🎯 Why

Inputs that rely solely on placeholders are not fully accessible to screen readers. Additionally, the custom vendor selection buttons lacked the semantic structure of a radio group, making it difficult for assistive technologies to interpret them correctly.

📸 Before/After

(Visuals remain unchanged, improvements are purely semantic/accessibility-focused at the DOM level)

♿ Accessibility

  • Added role="radiogroup" and aria-labelledby to the Vendor selection container.
  • Added role="radio" and aria-checked to individual Vendor buttons.
  • Added explicit aria-label="Repository" and aria-label="Branch" to inputs that previously relied only on placeholders.
  • Properly associated the Task label with its Textarea using htmlFor and id.

PR created automatically by Jules for task 14960006553260014169 started by @parvezk

Added explicit ARIA labels and roles to the NewAgentModal component to improve accessibility for screen readers.

- Converted vendor selection to a proper `radiogroup` with `radio` roles.
- Added explicit `aria-label` to the Repo and Branch inputs.
- Associated the Task label with its Textarea using `htmlFor` and `id`.
@google-labs-jules

Copy link
Copy Markdown
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
polyagent Ready Ready Preview Jul 31, 2026 7:52am

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.

0 participants