zulip/zulip

emojis: Add tippy tooltips to show larger version of emoji

Open

#35.170 geöffnet am 8. Juli 2025

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

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