Files
sproutclaw/packages/tui/test
Michael Renner 620239bd3f fix(tui): prevent duplicate URL display for autolinked emails (#888)
Autolinked emails like user@example.com were rendered as
'user@example.com (mailto:user@example.com)' because the comparison
token.text === token.href failed (text lacks mailto: prefix).

Now strips mailto: prefix before comparing, so autolinked emails
display without redundant URL in parentheses.
2026-01-21 23:20:00 +01:00
..
2025-11-20 11:59:17 +01:00
2026-01-19 22:22:51 +01:00