zulip/zulip

Replace URL title tags with Tippy tooltips

Open

#32,973 建立於 2025年1月8日

在 GitHub 查看
 (12 留言) (0 反應) (1 負責人)Python (7,339 fork)batch import
area: popovers and tooltipshelp wantedpriority: high

倉庫指標

Star
 (19,672 star)
PR 合併指標
 (平均合併 36天 6小時) (30 天內合併 110 個 PR)

描述

As discussed on CZO, we should replace the title tags that show the URL on named links with Tippy tooltips, with no delay.

This will help users notice when the URL for the link is not one they expect.

  • For internal links that are already in the standard format (#channel, #channel > topic, or message links like #sandbox > blue nas de-duping @ 💬), and point to the expected place, no tooltip at all (no additional info to communicate).

  • For internal links that aren't in the standard format (e.g., "said" links in quote-and-reply, or whatever other label a user chooses, or #channel1 that actually points to #channel2, etc.), let's try explaining where the link goes, not the URL:

    Go to {canonical format for location}

    We should try having no delay on these tooltips.

Notes

  • This is most important to do in the message feed, but we could also do it in drafts, compose box previews, etc. as a follow-up.

CZO thread

貢獻者指南