Skip to content

Improve the emoji picker on desktop

Claudio Cambra requested to merge work/clau/emoji-picker into master

At the moment, the emoji picker dialog functionally works fine, but it has some small issues:

  1. It can seem broken on desktop as there is no indication that the categories header is draggable/scrollable
  2. The scrolling behaviour is a little strange due to the ListView's default handling of scrolling
  3. The emojis eat into the vertical scrollbar in the main GridView
  4. The padding in the popup makes the scrollbars seem off-center

This is master:

image

This MR fixes these issues by wrapping the list/grid views in ScrollViews, and by adjusting the paddings and background of the popup:

Screenshot_20221012_144320

Signed-off-by: Claudio Cambra claudio.cambra@gmail.com

Merge request reports

Loading