aboutsummaryrefslogtreecommitdiff
path: root/src/components/emoji_input
Commit message (Collapse)AuthorAge
* lintHenry Jameson2022-11-21
|
* update popover styles when caret updatesHenry Jameson2022-10-17
|
* 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
|
* suggestor popoverHenry Jameson2022-10-09
|
* Make suggestor suggest according to cldr annotationsTusooa Zhu2022-09-21
|
* Make emoji picker use grouped unicode emojisTusooa Zhu2022-09-18
|
* 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
* Clean up legacy code in emoji pickerTusooa Zhu2022-09-18
| | | | Ref: grouped-emoji-picker
* Use dedicated indicator for non-ascii domain namesTusooa Zhu2022-08-29
|
* --fixHenry Jameson2022-07-31
|
* more em-sized fontsHenry Jameson2022-04-20
|
* fix emoji input warning spamHenry Jameson2022-03-30
|
* fix emoji input testsHenry Jameson2022-03-22
|
* fix suggest not workingHenry Jameson2022-03-17
|
* Merge remote-tracking branch 'origin/develop' into vue3-againHenry Jameson2022-03-16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (475 commits) Apply 1 suggestion(s) to 1 file(s) Update dependency @ungap/event-target to v0.2.3 Update package.json fix broken icons after FA upgrade Update Font Awesome Update dependency webpack-dev-middleware to v3.7.3 Update dependency vuelidate to v0.7.7 Pin dependency @kazvmoe-infra/pinch-zoom-element to 1.2.0 lint Make media modal buttons larger Add English translation for hide tooltip Add hide button to media modal Lint Prevent hiding media viewer if swiped over SwipeClick Fix webkit image blurs Fix video in media modal not displaying properly Add changelog for https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1403 Remove image box-shadow in media modal Clean up debug code for image pinch zoom Bump @kazvmoe-infra/pinch-zoom-element to 1.2.0 on npm ...
| * lintHenry Jameson2021-06-08
| |
| * oopsHenry Jameson2021-05-31
| |
* | resolve TODO VUE3Henry Jameson2021-04-25
|/
* backport vue3 changes related to emoji-inputHenry Jameson2021-04-18
|
* separate screen_name and screen_name_ui with decoded punycodeShpuld Shpuldson2021-02-26
|
* save a few charactersShpuld Shpuldson2021-02-25
|
* Merge branch 'develop' into feat/focus-input-with-emoji-pickersShpuld Shpuldson2021-02-25
|\
| * fix vue warningsShpuld Shpuldson2021-02-25
| |
* | focus input in emoji picker and react pickerShpuld Shpuldson2021-02-25
|/
* fix a bunch of <button>s acting as submit buttons breaking enter keyHenry Jameson2021-02-01
|
* Merge branch 'develop' into 'fix/use-semantically-correct-buttons'Shpuld Shpludson2020-12-01
|\ | | | | | | # Conflicts: # CHANGELOG.md
| * review fixesShpuld Shpuldson2020-11-27
| |
| * update some documentationShpuld Shpuldson2020-11-19
| |
| * fix keyboard highlightShpuld Shpuldson2020-11-19
| |
| * use users state + fetching with delayShpuld Shpuldson2020-11-18
| |
| * store failed experimentShpuld Shpuldson2020-11-17
| |
* | more fixes, add fullwidthShpuld Shpuldson2020-11-24
|/
* Some initial work on replacing icons with FA5Henry Jameson2020-10-20
|
* Address feedbackeugenijm2020-07-08
| | | | | | | | | | | | | | | | | | | | | | Use more specific css rules for the emoji dimensions in the chat list status preview. Use more round em value for chat list item height. Add global html overflow and height for smoother chat navigation in the desktop Safari. Use offsetHeight instad of a computed style when setting the window height on resize. Remove margin-bottom from the last message to avoid occasional layout shift in the desktop Safari Use break-word to prevent chat message text overflow Resize and scroll the textarea when inserting a new line on ctrl+enter Remove fade transition on route change Ensure proper border radius at the bottom of the chat, remove unused border-radius Prevent the chat header "jumping" on the avatar load.
* Add Chatseugenijm2020-07-08
|
* Merge branch 'develop' into 'iss-149/profile-fields-setting'Shpuld Shpludson2020-06-27
|\ | | | | | | # Conflicts: # src/components/settings_modal/tabs/profile_tab.vue
| * revert import styleShpuld Shpuldson2020-06-18
| |
| * remove search blocker, fix debounce paramsShpuld Shpuldson2020-06-18
| |
* | Fix emoji input errorkPherox2020-06-19
|/
* Merge branch 'feature-emoji-length-sorting' into 'develop'Shpuld Shpludson2020-04-27
|\ | | | | | | | | | | | | Allow emoji suggestions based on a match anywhere in the emoji name, but improve sorting Closes #135 See merge request pleroma/pleroma-fe!1061
| * Prioritize custom emoji a lot and boost exact matches to the topxenofem2020-02-10
| |
| * Allow emoji suggestions based on a match anywhere in the emoji name, but ↵xenofem2020-02-09
| | | | | | | | improve sorting