aboutsummaryrefslogtreecommitdiff
path: root/src/components/emoji_picker/emoji_picker.js
Commit message (Collapse)AuthorAge
* Allow to change bookmark folder emojimarcin mikołajczak2024-09-26
| | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* speed up emoji picker somewhatHenry Jameson2024-08-13
|
* Apply 1 suggestion(s) to 1 file(s)HJ2024-07-22
|
* some improvements from testing prodHenry Jameson2024-06-26
|
* make emoji picker more scalableHenry Jameson2024-06-25
|
* Add ability to hide custom emojis in pickerPhantasm2024-01-17
|
* Fix scrolling emoji selector in modal in safari iostusooa2023-06-29
|
* Hide custom emoji in reaction picker when BE does not advertise ↵Alexander Tumin2023-03-17
| | | | pleroma_custom_emoji_reactions
* Fix emoji picker off-by-1 errortusooa2023-01-06
|
* Clean up codetusooa2023-01-02
|
* Calculate display count from widthtusooa2023-01-02
|
* Load emoji row by rowtusooa2023-01-02
|
* Fix header indicatortusooa2023-01-02
|
* Use virtual scrolling for emoji pickertusooa2023-01-02
|
* Remove lozad codetusooa2023-01-02
|
* Include unpacked emojis in emoji pickertusooa2022-12-31
|
* always focus search when opening emoji pickerHenry Jameson2022-11-01
|
* focus search input when opening emoji pickerHenry Jameson2022-10-10
|
* use anchor for pickerHenry Jameson2022-10-10
|
* move keepOpen to pickerHenry Jameson2022-10-10
|
* some shitty initial implementation of emoji picker with popoverHenry Jameson2022-10-09
|
* Add regional indicatorsTusooa Zhu2022-09-20
|
* Support filtering by keywords from cldrTusooa Zhu2022-09-20
|
* Display localized unicode emoji namesTusooa Zhu2022-09-20
|
* Fix emoji picker lintTusooa Zhu2022-09-18
|
* Tweak efficiency when changing filter keywords in emoji pickerTusooa Zhu2022-09-18
|
* Use trimmed keyword for filtering emojisTusooa Zhu2022-09-18
|
* Make emoji picker work with vue3Tusooa Zhu2022-09-18
|
* LintTusooa Zhu2022-09-18
|
* Add icons for unicode emoji groupsTusooa Zhu2022-09-18
|
* Make emoji picker use grouped unicode emojisTusooa Zhu2022-09-18
|
* Scroll active tab header into view in emoji pickerTusooa Zhu2022-09-18
|
* Use StillImage to render emojis in emoji pickerTusooa Zhu2022-09-18
|
* Fix error on emoji picker first loadTusooa Zhu2022-09-18
| | | | Ref: grouped-emoji-picker
* LintTusooa Zhu2022-09-18
| | | | Ref: grouped-emoji-picker
* Lazy-load emoji picker in post formTusooa Zhu2022-09-18
| | | | | | | | | When clicking the reply button, we used to load the whole emoji picker. This causes a considerable delay even if the user is not going to use the emoji picker. Now the content of the emoji picker is loaded only after the user has explicitly opened the emoji picker. Ref: grouped-emoji-picker
* Use StillImage for emoji group headerTusooa Zhu2022-09-18
| | | | Ref: grouped-emoji-picker
* Clean up unused variablesTusooa Zhu2022-09-18
| | | | Ref: grouped-emoji-picker
* Fix scrol->highlight behaviourTusooa Zhu2022-09-18
| | | | Ref: grouped-emoji-picker
* Clean up legacy code in emoji pickerTusooa Zhu2022-09-18
| | | | Ref: grouped-emoji-picker
* Use lozad for lazy image loadingTusooa Zhu2022-09-18
| | | | Ref: grouped-emoji-picker
* LintTusooa Zhu2022-09-18
|
* Optimise emoji picker loading processTusooa Zhu2022-09-18
|
* Load emoji properly on first showingTusooa Zhu2022-09-18
|
* Load visible emoji groups when scrollingTusooa Zhu2022-09-18
|
* Display all emoji groups on emoji picker headerTusooa Zhu2022-09-18
|
* Fix load more emoji actionTusooa Zhu2022-09-18
|
* Group custom emojis by pack in emoji pickerTusooa Zhu2022-09-18
|
* --fixHenry Jameson2022-07-31
|
* EmojiPicker: Workaround to search immediately on mobileLain Soykaf2022-06-12
| | | | See https://github.com/vuejs/vue/pull/9814