summaryrefslogtreecommitdiff
path: root/packages/frontend/src/unicode-emoji-indexes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance: support emojis added in Unicode 16.0 or earlier (#16329)poppingmoon2025-08-013-61/+255
| | | | | | | | | | | | | | | | | | | | | | | | | * add missing emojis to emojilist.json * reorder family emojis * reorder harp * reorder symbols * correct emoji genders * add missing emojis to unicode-emoji-indexes * add Japanese annotations for Sark flag * correct kana notations * add square colors * upgrade @twemoji/parser to 16.0.0 * correct emoji genders * upgrade mfm.js to 0.25.0
* Fix(frontend): ↵1Step6212024-01-202-387/+389
| | | | | | | | | | | 日本語のUnicode絵文字追加辞書をインストールすると絵文字ピッカーでUnicode絵文字を検索できなくなるのを修正 (#13046) * 絵文字辞書のサロゲートペアを修正 * update CHANGELOG.md * Revert "update CHANGELOG.md" This reverts commit 7c24fa611a533bb74ef7979a0356b83f3410a056.
* enhance(frontend) 日本語の拡張絵文字辞書を追加 (#12855)かっこかり2024-01-142-0/+3730
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create ja-JP.json * Update general.vue * Update ja-JP.json * Update ja-JP.json * Update ja-JP.json * fix * fix design * (Add) ひらがな [wip] * fix lint * Apply suggestions from code review Co-authored-by: 1Step621 <86859447+1STEP621@users.noreply.github.com> * (add) ja-JP_hira Co-authored-by: 1Step621 <86859447+1STEP621@users.noreply.github.com> * (enhance) 言語名をちゃんと表示するように --------- Co-authored-by: 1Step621 <86859447+1STEP621@users.noreply.github.com>
* fix: 追加絵文字候補辞書の修正(主に国旗) (#12716)GrapeApple02023-12-191-250/+250
| | | | | * fix: 絵文字候補辞書の修正(主に国旗) * 間違って削除してしまった絵文字の復旧
* enhance: Unicode ↵zyoshoka2023-12-181-0/+21
| | | | 15.0で新たに追加された絵文字をリアクションに使えるように (#12683)
* fix: 絵文字ピッカーでの検索が更新されない問題を修正 ↵zyoshoka2023-11-101-1/+1
| | | | (#12283)
* enhance(frontend): ↵syuilo2023-06-011-0/+1784
追加の絵文字用辞書をダウンロードできるように Resolve #10921