feat: update emoji list to use the new categorized list

Still shows everything in the same page, but now they are ordered and can be categorized
This commit is contained in:
Jonathan Rainville 2020-07-27 16:03:42 -04:00
parent 6e62df9109
commit 3d04076910
No known key found for this signature in database
GPG Key ID: 5F4630B759727D9C
2 changed files with 17038 additions and 2 deletions

View File

@ -36,7 +36,7 @@ Popup {
Component.onCompleted: {
EmojiJSON.emoji_json.forEach(function (emoji) {
emojiModel.append({filename: emoji})
emojiModel.append({filename: emoji.unicode + '.png'})
})
}

File diff suppressed because one or more lines are too long