From 82f6c2992391e14b88f00bd0232e700e8d0be7c2 Mon Sep 17 00:00:00 2001 From: milad Date: Tue, 6 Aug 2019 13:23:10 -0700 Subject: [PATCH] updated emoji size info --- .../simplifiedEmote/emojiApp/ui/qml/SimplifiedEmoji.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/simplifiedUI/simplifiedEmote/emojiApp/ui/qml/SimplifiedEmoji.qml b/scripts/simplifiedUI/simplifiedEmote/emojiApp/ui/qml/SimplifiedEmoji.qml index 26339b724e..0051211392 100644 --- a/scripts/simplifiedUI/simplifiedEmote/emojiApp/ui/qml/SimplifiedEmoji.qml +++ b/scripts/simplifiedUI/simplifiedEmote/emojiApp/ui/qml/SimplifiedEmoji.qml @@ -59,6 +59,10 @@ Rectangle { To save some space, we should probably remove any images from the current ones that aren't the below emojis. Let's make a separate ticket for this as this is going to need a little work in the current node app. Not much but I didn't want to focus on it for this sprint. + + I can also prune that large emoji json as well to have only the ones we want listed. That can be added to that + ticket as well. This is something I can probably knock out on the plane to Italy becaues I don't want those large + files to be in the repo or loading that big config.json file. */ EmojiList.emojiList .filter( emoji => {