summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkCustomEmojiDetailedDialog.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* perf(frontend): use css-native implementation for spacer rather than vue ↵syuilo2025-04-271-2/+2
| | | | component
* refactor(frontend): use useTemplateRef for DOM referencingsyuilo2025-03-191-3/+3
|
* refactor(frontend): remove X theme properties (#15376)syuilo2025-02-051-2/+2
| | | | | | | * refactor(frontend): remove X theme properties * Update MkAutocomplete.vue * Update WidgetCalendar.vue
* refactor(frontend): ↵かっこかり2025-02-011-1/+1
| | | | definePropsを別途インポートしている箇所を除去 (#15375)
* refactorsyuilo2024-10-311-1/+1
|
* refactor(frontend): prefix css variables (UI) (#14739)かっこかり2024-10-101-2/+2
| | | | | | | | | | | * refactor(frontend): prefix css variables * `MI_UI` -> `MI` * fix * `stickyBottom` * stickyTop
* refactor(frontend): prefix css variables (#14725)syuilo2024-10-091-3/+3
| | | | | | | * wip * Update index.d.ts * remove unnecessary codes
* fix code stylesyuilo2024-05-311-52/+56
|
* (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
|
* Enhance(frontend): MkCustomEmojiDetailedDialogを調整 (#13015)1Step6212024-01-171-4/+6
| | | | | | | | | * MkEmojiDetailedDialogを調整 * 絵文字ライセンスでMFMを使えるように * <a> -> <MkLink> * 入力ボックスでmfmのオートコンプリートを効かせる
* Feat(frontend): ↵1Step6212024-01-131-0/+102
リアクション・ノート内絵文字・/about#emojisで絵文字詳細が見られるように (#12984) * リアクション・ノート内絵文字・/about#emojisで絵文字詳細が見られるように * update CHANGELOG.md * fix locale & type errors * fix locale etc * fix * fix type * lint fixes * lint fixes(2)