summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkAutocomplete.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(frontend): use ESMsyuilo2023-09-191-10/+10
|
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf(frontend): improve performance of contextmenusyuilo2023-07-171-6/+2
| | | | Resolve #11303
* perf(#10923): CSS Modules のクラス名をインライン化する (#10930)Acid Chicken (硫酸鶏)2023-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * perf(#10923): unwind css module class name * perf(#10923): support multiple components * refactor: clean up * refactor(#10923): avoid `useCssModule()` * fix(#10923): allow direct literal class name * fix(#10923): avoid computed class name * fix(#10923): allow literal keys * fix(#10923): typo * fix(#10923): invalid class names * chore: test * revert: test This reverts commit 5c7ef366eceebe8ba260efa4d5d675f6c1775c45. * fix(#10923): hidden tale * perf(#10923): also unwind scoped css contained components * perf(#10923): `normalizeClass` AOT compilation --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): ↵syuilo2023-06-011-1/+14
| | | | | | 追加の絵文字用辞書をダウンロードできるように Resolve #10921
* perf(frontend): emojilistのサイズ削減syuilo2023-05-301-13/+0
|
* lintsyuilo2023-02-221-1/+1
|
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-1/+0
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* revert: 650187deafsyuilo2023-02-081-1/+1
|
* perf(client): do not render custom emojis in user namessyuilo2023-02-081-1/+1
| | | | #9778
* fix(client): ↵tamaina2023-02-031-1/+2
| | | | オートコンプリートでUnicode絵文字がカスタム絵文字として表示されてしまうのを修正
* tweak custom emoji handlingsyuilo2023-01-261-2/+2
| | | | Close #9721
* refactortamaina2023-01-161-1/+4
|
* setIntervaltamaina2023-01-161-3/+3
|
* wiptamaina2023-01-161-40/+40
|
* fix(client): Custom emojis in Inline emoji autocomplete(MkAutoComplete) is ↵syuilo2023-01-151-11/+10
| | | | | | way too big Fix #9570
* refactor(client): use css modulessyuilo2023-01-141-107/+82
|
* refactorsyuilo2023-01-091-3/+1
|
* カスタム絵文字一覧情報をmetaから分離syuilo2023-01-091-2/+3
|
* refactor(client): typed localStoragesyuilo2023-01-071-1/+2
|
* perf(client): use shallowRef for html element refsyuilo2023-01-031-5/+5
|
* perf: use overflow: clip instead of overflow: hidden (#9443)tamaina2023-01-021-2/+2
| | | | | * use overflow: clip * revert
* import sanitizeHtml from 'sanitize-html';tamaina2022-12-301-1/+1
|
* fix(client): add sanitize-html to MkAutocomplete (#9433)tamaina2022-12-301-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * edit mkautocomplete.vue use sanitize-html * fix package.json
* enhance: Proxy custom emojis to reduce image size and accelerate the ↵tamaina2022-12-301-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 of 912791b3absyuilo2022-12-301-1/+1
|
* fix(client): オートコンプリートが出ない問題を修正syuilo2022-12-291-2/+2
|
* 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/+476