🎨 Palette: Add tooltip explaining disabled button state#84
🎨 Palette: Add tooltip explaining disabled button state#84mapleleaflatte03 wants to merge 1 commit 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. |
💡 What
Added native
title="Select items first"tooltips to the four disabled bulk action buttons (approve,stale,revoke,unresolved) in the Trust Ops UI.🎯 Why
Previously, these buttons appeared disabled but offered no explanation as to why or how to enable them, leading to potential user confusion. The tooltip makes the prerequisite action (selecting items in the queue) explicitly clear.
📸 Before/After
Before: Hovering over the disabled buttons showed nothing.
After: Hovering over the disabled buttons shows a tooltip reading "Select items first".
♿ Accessibility
Improves accessibility by explicitly communicating the disabled state's reason to screen readers and visual users via the native
titleattribute, without relying on custom CSS.PR created automatically by Jules for task 1046949834138653116 started by @mapleleaflatte03