summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkEmojiPicker.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* tweak of 7ce569424syuilo2023-05-181-3/+8
|
* fix(client): :art: fix MkEmojiPicker safe-area-inset-bottomtamaina2023-04-101-1/+4
| | | | Fix https://github.com/misskey-dev/misskey/pull/10534
* fix(client): ↵Takeshi Kishi2023-04-091-0/+1
| | | | | | | | | | PWA時の絵文字ピッカーの位置をホームバーに重ならないように調整 (#10534) * fix emoji picker padding emoji picker bottoms are hidden by iPhone Home Bar. To fix this, add safe-area padding * update CHANGELOG
* 絵文字ピッカーのすべての絵文字でマウスホバー時にtitl ↵YS2023-03-101-1/+12
| | | | | | | | | | | | | e表示されるように (#9765) * 絵文字ピッカーの絵文字アイコン選択のコンポーネント化とすべてでtitle表示 * コンポーネント化を取り消し、イベントとデータ属性で行う * fix typo --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-1/+0
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* MkEmojiPickerでも Fix #9598tamaina2023-02-061-1/+6
|
* enhance: Unicode絵文字名逆引き効率化 (#9757)YS2023-02-011-2/+2
| | | | | | | | | | | | | | | | * Unicode絵文字名前取得を連想配列で行う * Unicode絵文字事前カテゴリ集計 * Mapを使用 * Update packages/frontend/src/scripts/emojilist.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* tweak custom emoji handlingsyuilo2023-01-261-3/+5
| | | | Close #9721
* fixtamaina2023-01-221-1/+1
|
* better category null handlingtamaina2023-01-221-1/+9
|
* :v:tamaina2023-01-221-1/+1
|
* customEmojiCategories as computedtamaina2023-01-161-2/+1
|
* wiptamaina2023-01-161-2/+2
|
* refactorsyuilo2023-01-091-4/+4
|
* refactorsyuilo2023-01-091-11/+3
|
* Update MkEmojiPicker.vuesyuilo2023-01-091-6/+13
|
* カスタム絵文字一覧情報をmetaから分離syuilo2023-01-091-4/+5
|
* fix #9483syuilo2023-01-071-1/+24
|
* perf(client): use shallowRef for html element refsyuilo2023-01-031-3/+3
|
* :art:syuilo2023-01-011-3/+3
|
* enhance: Proxy custom emojis to reduce image size and accelerate the ↵tamaina2022-12-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | frontend (#9431) * fix(server): /emoji to accept `@.` host expression * fix(client): use MkEmoji for custom emoji in MkEmojiPicker * change convertToWebp * nanka iroiro * remove * fix * nearLosslessは労多くして益少なしなのでやめる * do not cleanup tmp for development * update sharp.js to 0.31.3 * mixed: true * fix MkAutocomplete of 912791b3ab * clean up * https://github.com/misskey-dev/misskey/pull/9431#discussion_r1059215943
* fix(client): use MkEmoji for custom emoji in MkEmojiPickertamaina2022-12-291-2/+1
|
* Revert "perf?(client): remove needless scoped annotation for style"syuilo2022-12-271-1/+1
| | | | This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de.
* perf?(client): remove needless scoped annotation for stylesyuilo2022-12-271-1/+1
|
* rename: client -> frontendsyuilo2022-12-271-0/+569