feat: show URL tooltip on long-press of unsubscribe chip (#294) #295

Merged
guettlibot merged 4 commits from issue-294-fix into main 2026-05-27 19:02:35 +00:00
guettlibot commented 2026-05-27 19:01:51 +00:00 (Migrated from codeberg.org)

Summary

  • Wrap _UnsubscribeChip's ActionChip in a Tooltip widget whose message is the resolved unsubscribe URI
  • On touch devices this tooltip appears on long-press; on desktop it appears on hover
  • Add widget test verifying the tooltip text and long-press behavior

Test plan

  • task analyze passes with no issues
  • task test passes (477 tests including new long-press tooltip test)
  • Long-press the Unsubscribe chip on a device/emulator to confirm the URL appears

🤖 Generated with Claude Code

## Summary - Wrap `_UnsubscribeChip`'s `ActionChip` in a `Tooltip` widget whose message is the resolved unsubscribe URI - On touch devices this tooltip appears on long-press; on desktop it appears on hover - Add widget test verifying the tooltip text and long-press behavior ## Test plan - [ ] `task analyze` passes with no issues - [ ] `task test` passes (477 tests including new long-press tooltip test) - [ ] Long-press the Unsubscribe chip on a device/emulator to confirm the URL appears 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.