🎨 Palette: [UX improvement] Add tooltip to speed indicator button#116
🎨 Palette: [UX improvement] Add tooltip to speed indicator button#116JustLookAtNow wants to merge 1 commit intomasterfrom
Conversation
Co-authored-by: JustLookAtNow <12379683+JustLookAtNow@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
Wrapped the
InkWellcomponent withinQbSpeedIndicator(which displays download/upload speeds) with a FlutterTooltipwidget.🎯 Why
This interactive widget functions as an icon-only button (it displays text, but mostly technical speed data and cloud icons) and opens the downloader tasks page when clicked (
_openDownloader). It previously lacked an explicit tooltip to inform users about its action, reducing discoverability.♿ Accessibility
Added an explicit, localized semantic label ("打开下载器任务页面" / "Open Downloader Tasks Page") for the component. This provides helpful text on hover for web/desktop users and properly exposes the button's action to screen readers.
PR created automatically by Jules for task 10825575932682887844 started by @JustLookAtNow