zulip/zulip

emojis: Add tippy tooltips to show larger version of emoji

Offen

#35.170 geöffnet am 08.07.2025

 (15 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (7.339 Forks)batch import
accessibilityarea: emojiarea: message feed (display)area: popovers and tooltipsdesignhelp wanted

Repository-Metriken

Stars
 (19.672 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 36T 6h) (110 gemergte PRs in 30 T)

Beschreibung

Some emoji have fine detail that would be helpful to show closer up. We should improve emoji tooltips to:

  1. Use Tippy tooltips (currently some do and some don't).
  2. Show a larger version of the emoji image followed by the title. We can experiment with emoji size and text placement.

We should try using INSTANT_HOVER_DELAY.

Locations where we should do this:

  • Message feed content.
  • Compose box preview.
  • Status emoji.

We'll skip reactions, at least initially, as there's other info to communicate there.

See #feedback > emojis are extremely small @ 💬 for more context.

Contributor Guide