Improve inline emoji modal #159

Merged
Aevann merged 5 commits from :emoji-modal-fixes into master 2023-06-30 15:08:34 +00:00

5 Commits (master)

Author SHA1 Message Date
KindaCrayCray a11e24a9ba Ignore case in emoji replacement
The capital letters from the user input could still be there since
current_word is lowercase
2023-06-30 04:41:58 +02:00
KindaCrayCray 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.
2023-06-30 03:30:47 +02:00
KindaCrayCray 50849c8279 Casefold capital characters in inline search 2023-06-28 17:31:13 +02:00
KindaCrayCray d1332f3387 Add scrolling when selected emoji is not visible 2023-06-28 17:15:33 +02:00
KindaCrayCray 83a16bc090 Clean up emoji modal keyboard nav
Changed arrow keys to wrap around instead. Need to add autoscroll for
for the modal itself.
2023-06-28 16:59:44 +02:00