You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js/features/comp
Yarden Shoham 3cc87370c3
Improve emoji and mention matching (#24255)
Prioritize matches that start with the given text, then matches that
contain the given text.

I wanted to add a heart emoji on a pull request comment so I started
writing `:`, `h`, `e`, `a`, `r` (at this point I still couldn't find the
heart), `t`... The heart was not on the list, that's weird - it feels
like I made a typo or a mistake. This fixes that.

This also feels more like GitHub's emoji auto-complete.

# Before

![image](https://user-images.githubusercontent.com/20454870/233630750-bd0a1b76-33d0-41d4-9218-a37b670c42b0.png)

# After

![image](https://user-images.githubusercontent.com/20454870/233775128-05e67fc1-e092-4025-b6f7-1fd8e5f71e87.png)

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: silverwind <me@silverwind.io>
2 years ago
..
ColorPicker.js JS refactors (#22227) 2 years ago
ComboMarkdownEditor.js Improve emoji and mention matching (#24255) 2 years ago
ImagePaste.js Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) 2 years ago
LabelEdit.js Scoped labels: set aria-disabled on muted Exclusive option for a11y (#23306) 2 years ago
QuickSubmit.js move handleGlobalEnterQuickSubmit into a separate file to avoid cycle-import (#20679) 3 years ago
ReactionSelector.js Use data-tooltip-content for tippy tooltip (#23649) 2 years ago
SearchUserBox.js Add option to search for users is active join a team (#24093) 2 years ago
WebHookEditor.js Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none (#22950) 2 years ago