Skip to content

🎨 Palette: Add tooltips to disabled bulk action buttons - #292

Open
mapleleaflatte03 wants to merge 4 commits into
mainfrom
jules-palette-trust-ops-tooltips-1449296316283176423
Open

🎨 Palette: Add tooltips to disabled bulk action buttons#292
mapleleaflatte03 wants to merge 4 commits into
mainfrom
jules-palette-trust-ops-tooltips-1449296316283176423

Conversation

@mapleleaflatte03

Copy link
Copy Markdown
Owner

💡 What: Added tooltip wrappers with title and dynamic tabindex to the disabled bulk action buttons on the Trust Ops Queue operator surface.

🎯 Why: To let users know why the buttons are disabled ("Select items to apply action") rather than leaving them un-clickable without context.

📸 Before/After:

  • Before: Buttons were completely non-interactive and provided no feedback when hovered or navigated to via keyboard.
  • After: Buttons are wrapped in an inline-flex span. When disabled, the span receives tabindex="0" and a title, so the reason for the disabled state is visible on hover or focus. When enabled, these attributes are stripped to prevent double-tab-stops.

♿ Accessibility: Ensures that keyboard users and screen readers can interact with the disabled element wrapper and understand the state of the action, which native disabled <button> elements drop in most modern browsers.


PR created automatically by Jules for task 1449296316283176423 started by @mapleleaflatte03

Co-authored-by: mapleleaflatte03 <240846662+mapleleaflatte03@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 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.

google-labs-jules Bot and others added 3 commits August 16, 2026 19:06
Co-authored-by: mapleleaflatte03 <240846662+mapleleaflatte03@users.noreply.github.com>
Co-authored-by: mapleleaflatte03 <240846662+mapleleaflatte03@users.noreply.github.com>
Co-authored-by: mapleleaflatte03 <240846662+mapleleaflatte03@users.noreply.github.com>
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.

1 participant