aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* fix unit testsHenry Jameson2022-10-10
|
* better autocomplete handling, fix leakHenry Jameson2022-10-10
|
* 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
|
* fix blinking popupHenry Jameson2022-10-09
|
* fix cssHenry Jameson2022-10-09
|
* cleanupHenry Jameson2022-10-09
|
* moved popovers space outside app because otherwise it causes weirdHenry Jameson2022-10-09
| | | | issues A LOT
* suggestor popoverHenry Jameson2022-10-09
|
* Merge branch 'from/develop/tusooa/grouped-emoji-picker' into 'develop'HJ2022-09-22
|\ | | | | | | | | Group emojis into packs in emoji picker See merge request pleroma/pleroma-fe!1408
| * Make suggestor suggest according to cldr annotationsTusooa Zhu2022-09-21
| |
| * Make chunks namedTusooa Zhu2022-09-20
| |
| * Use import() for emoji.jsonTusooa Zhu2022-09-20
| |
| * Add regional indicatorsTusooa Zhu2022-09-20
| |
| * Support filtering by keywords from cldrTusooa Zhu2022-09-20
| |
| * Display localized unicode emoji namesTusooa Zhu2022-09-20
| |
| * Load unicode emoji annotationsTusooa Zhu2022-09-20
| |
| * Extract language list to its own fileTusooa Zhu2022-09-20
| |
| * Make unicode emoji phrases match with _Tusooa Zhu2022-09-18
| |
| * Fix non-square emojis being truncatedHJ2022-09-18
| |
| * Fix emoji picker lintTusooa Zhu2022-09-18
| |
| * 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
| |
| * Limit the width of unsupported multichar emojisTusooa Zhu2022-09-18
| |
| * Make emoji picker work with vue3Tusooa Zhu2022-09-18
| |
| * Make StillImage react to src changesTusooa Zhu2022-09-18
| |
| * LintTusooa Zhu2022-09-18
| |
| * Add English translation for unicode emoji group namesTusooa 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
| |
| * Clean up emoji picker cssTusooa 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
| * Group emojis only by pack and remove pack: prefixTusooa 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
| * Fix sticker picker heading tabTusooa Zhu2022-09-18
| | | | | | | | Ref: grouped-emoji-picker
| * Fix vertical scrollbar of emoji picker headerTusooa Zhu2022-09-18
| | | | | | | | Ref: grouped-emoji-picker
| * Use StillImage for emoji group headerTusooa Zhu2022-09-18
| | | | | | | | Ref: grouped-emoji-picker
| * Remove useless class `disabled` in emoji pickerTusooa 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
| |