summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkAutocomplete.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): ↵tamaina2024-03-021-1/+1
| | | | | | MkCustomEmojiでフォールバックをテキストか画像か選べるように fix of #13487
* fix(frontend): ピン留め or ↵おさむのひと2024-03-021-1/+1
| | | | | | | | | | | | | 履歴に表示されるカスタム絵文字がサーバから削除されるとリアクションが出来なくなる (#13486) * fix(frontend): ピン留めに登録されているカスタム絵文字がサーバから削除されるとリアクションが出来なくなる * fix CHANGELOG.md * fix Unicode Emojis * fix Unicode Emojis * fix
* Fix(frontend): ↵1Step6212024-02-231-94/+2
| | | | | | | | | | | 絵文字オートコンプリートの優先順位がおかしいのを修正 (#13423) * 絵文字オートコンプリートの優先順位がおかしいのを修正 * update CHANGELOG.md * テストを追加 * lint fix
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* fix(frontend): selectUserのパラメータを調整 (#13142)かっこかり2024-02-021-1/+1
| | | | | * fix(frontend): selectUserのパラメータを調整 * ついでに軽微なスタイルの修正
* Enhance(frontend): ↵1Step6212024-01-191-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFMの属性にオートコンプリートが利用できるように (#12803) * MFMのパラメータでオートコンプリートできるように * tweak conditions & refactor * ファイル末尾の改行忘れ * remove console.log & refactor * 型付けに敗北 * fix * update CHANGELOG.md * tweak conditions * CHANGELOGの様式ミス * CHANGELOGを書く場所を間違えていたので修正 * move changelog * move changelog * typeof MFM_TAGS[number] Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * $[border.noclip ]対応 * Update const.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Enhance(frontend): ↵1Step6212024-01-101-4/+13
| | | | | | | | | 絵文字ピッカー/オートコンプリートで完全一致の絵文字を優先するように (#12928) * 絵文字ピッカー/オートコンプリートで完全一致の絵文字を優先するように * update CHANGELOG.md * improve performance
* refactor(frontend): ↵おさむのひと2024-01-041-2/+3
| | | | | | | | | | | | | os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) * refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる * fix * fix * renate to "misskeyApi" * rename file
* Enhance(frontend): Shift+Tabで前の補完候補が選択できるように ↵1STEP6212023-12-181-1/+14
| | | | | | | (#12704) * Shift+Tabで前の補完候補が選択できるように * update CHANGELOG.md
* enhance(frontend): ↵まっちゃとーにゅ2023-11-241-21/+17
| | | | | | 絵文字のオートコンプリートのアルゴリズムの改善 (MisskeyIO#261) * 実際は同じ絵文字なら重複してサジェストに出ないように * エイリアスではない絵文字>前方一致>部分一致>あいまい検索順で表示されるようになるように
* 絵文字のオートコンプリート強化の対応 (#12365)おさむのひと2023-11-231-23/+77
| | | | | | | | | | | * 前方一致・部分一致でなくても近似値でヒットするように * fix CHANGELOG.md * for of に変更 --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* enhance(frontend): MFMでルビを振れるようにsyuilo2023-11-171-1/+1
| | | | Resolve #9161
* 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