linagora / twake-on-matrix

A multi-platform (Flutter) application for connecting to Matrix - an open network for secure, decentralized communication, with your favorite devices.
GNU Affero General Public License v3.0
40 stars 13 forks source link

really big emojis picker #1484

Open Facyla opened 4 months ago

Facyla commented 4 months ago

Description

the emojis picker looks very big on a desktop screen image

Expected result

at least 3 or 4 lines of emojis on non-touch screens

Current behavior

very big emojis + lot of padding

Reproduction Steps

  1. on FF / Ubuntu
  2. write a message
  3. open emojis picker
tprudentova commented 1 month ago

Can we take the Telegram library of emojis and implements it?

Facyla commented 1 month ago

There is no need to implement any specific library because emojis are standard Unicode characters https://unicode.org/emoji/charts/full-emoji-list.html - the selector is basically a shortcut that provides quick access to some of these emojis. As for the size, as emojis are vector graphics (just like any web font), they can scale at any size with a pinch of CSS ;)