From 759dab47297594218acc43855cdfaa810841b933 Mon Sep 17 00:00:00 2001 From: Angelina Filippova Date: Sat, 28 Mar 2020 01:31:07 +0300 Subject: [PATCH 1/3] Split Emoji pack component into local and remote emoji pack --- .../emojiPacks/components/LocalEmojiPack.vue | 276 ++++++++++++++++++ .../{EmojiPack.vue => RemoteEmojiPack.vue} | 65 +---- src/views/emojiPacks/index.vue | 23 +- 3 files changed, 291 insertions(+), 73 deletions(-) create mode 100644 src/views/emojiPacks/components/LocalEmojiPack.vue rename src/views/emojiPacks/components/{EmojiPack.vue => RemoteEmojiPack.vue} (71%) diff --git a/src/views/emojiPacks/components/LocalEmojiPack.vue b/src/views/emojiPacks/components/LocalEmojiPack.vue new file mode 100644 index 00000000..917ff4dd --- /dev/null +++ b/src/views/emojiPacks/components/LocalEmojiPack.vue @@ -0,0 +1,276 @@ + + + + + diff --git a/src/views/emojiPacks/components/EmojiPack.vue b/src/views/emojiPacks/components/RemoteEmojiPack.vue similarity index 71% rename from src/views/emojiPacks/components/EmojiPack.vue rename to src/views/emojiPacks/components/RemoteEmojiPack.vue index d31fcf8a..cb63ec3d 100644 --- a/src/views/emojiPacks/components/EmojiPack.vue +++ b/src/views/emojiPacks/components/RemoteEmojiPack.vue @@ -1,44 +1,6 @@