From 30a1a25ff78aeceaab3d29f6746c50041bd739f8 Mon Sep 17 00:00:00 2001 From: Angelina Filippova Date: Sat, 5 Oct 2019 15:11:19 +0300 Subject: [PATCH] Improve interface for Emoji packs --- src/lang/en.js | 12 ++- src/views/emojiPacks/index.vue | 175 +++++++++++++++------------------ 2 files changed, 89 insertions(+), 98 deletions(-) diff --git a/src/lang/en.js b/src/lang/en.js index fd23f379..c7903c68 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -313,7 +313,17 @@ export default { database: 'Database', other: 'Other', success: 'Settings changed successfully!', - emojiPacks: 'Emoji packs' + emojiPacks: 'Emoji packs', + reloadEmoji: 'Reload emoji', + importPacks: 'Import packs from the server filesystem', + importEmojiTooltip: 'Importing from the filesystem will scan the directories and import those without pack.json but with emoji.txt or without neither', + localPacks: 'Local packs', + refreshLocalPacks: 'Refresh local packs', + createLocalPack: 'Create a new local pack', + packs: 'Packs', + remotePacks: 'Remote packs', + remoteInstanceAddress: 'Remote instance address', + refreshRemote: 'Refresh remote packs' }, invites: { inviteTokens: 'Invite tokens', diff --git a/src/views/emojiPacks/index.vue b/src/views/emojiPacks/index.vue index 642f6ef8..c798f8b5 100644 --- a/src/views/emojiPacks/index.vue +++ b/src/views/emojiPacks/index.vue @@ -1,123 +1,89 @@ - - + +