Improve inline emoji modal #159

Merged
Aevann merged 5 commits from :emoji-modal-fixes into master 2023-06-30 15:08:34 +00:00
  • Fix/modernize keyboard navigation (making selections work and autoscroll)
  • Allow capital letters to be used in the inline emoji input
  • Fix first emoji typed not causing the picker to appear
- Fix/modernize keyboard navigation (making selections work and autoscroll) - Allow capital letters to be used in the inline emoji input - Fix first emoji typed not causing the picker to appear
KindaCrayCray added 5 commits 2023-06-30 02:46:48 +00:00
83a16bc090 Clean up emoji modal keyboard nav
Changed arrow keys to wrap around instead. Need to add autoscroll for
for the modal itself.
f18716960a Fix first use of inline emoji picker not appearing
Previously, on the first use of the inline emoji modal, it would not
display the emojis because the display code would not wait for the
network request to resolve.

Now, the modal will appear when the emojis are successfully loaded and
then respond to the keystrokes.
a11e24a9ba Ignore case in emoji replacement
The capital letters from the user input could still be there since
current_word is lowercase
Aevann merged commit 3d5355e30f into master 2023-06-30 15:08:34 +00:00
Sign in to join this conversation.
There is no content yet.