🎨 Palette: Add Tooltip to expand tags button in TorrentListItem#115
🎨 Palette: Add Tooltip to expand tags button in TorrentListItem#115JustLookAtNow wants to merge 1 commit intomasterfrom
Conversation
Wrapped the GestureDetector (icon-only button) for expanding tags with a Tooltip to provide hover feedback and screen reader accessibility labeling. 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: Added a
Tooltipwrapper around theGestureDetectorthat contains thekeyboard_arrow_downicon inlib/widgets/torrent_list_item.dart.Why: This button is an icon-only interactive widget used to expand overflowing tags. Without a tooltip, it lacks hover feedback on desktop/web environments and is inaccessible to screen readers, missing semantic labeling. Adding a tooltip ensures better accessibility (a11y) and a more intuitive micro-UX.
Accessibility: Screen readers will now announce "展开标签" (Expand tags) when focusing on this interactive element. Hovering with a mouse will display the same text.
PR created automatically by Jules for task 6425577342618043085 started by @JustLookAtNow