🎨 Palette: Add tooltips to disabled bulk action buttons - #292
🎨 Palette: Add tooltips to disabled bulk action buttons#292mapleleaflatte03 wants to merge 4 commits into
Conversation
Co-authored-by: mapleleaflatte03 <240846662+mapleleaflatte03@users.noreply.github.com>
|
👋 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 New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
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>
💡 What: Added tooltip wrappers with
titleand dynamictabindexto 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:
tabindex="0"and atitle, 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