絵文字ピッカーのカテゴリのフォルダ分けの条件の変更・長いカテゴリ名の表示調整・セクションの背景の追加 (MisskeyIO#204)

* ネストした場合にパネルでどこまでがどのフォルダのものかをわかりやすくした
Co-authored-by: meronmks <meronmks.8914@gmail.com>
This commit is contained in:
まっちゃとーにゅ
2023-11-03 01:54:47 +09:00
committed by GitHub
parent f66f78d912
commit c29ec98e3b
3 changed files with 13 additions and 16 deletions

View File

@@ -45,7 +45,6 @@ export function getEmojiName(char: string): string | null {
}
export interface CustomEmojiFolderTree {
value: string;
category: string;
children: CustomEmojiFolderTree[];
}