feat: Add the ability to search emojis (#5928)

This commit is contained in:
Sivin Varghese
2022-12-06 05:30:42 +05:30
committed by GitHub
parent c3b6e1a732
commit 87ef39ad9c
9 changed files with 9529 additions and 74 deletions

View File

@@ -0,0 +1,6 @@
{
"EMOJI": {
"PLACEHOLDER": "Search emojis",
"NOT_FOUND": "No emoji match your search"
}
}

View File

@@ -10,7 +10,8 @@ import chatlist from './chatlist.json';
import contact from './contact.json';
import contactFilters from './contactFilters.json';
import conversation from './conversation.json';
import csatMgmtMgmt from './csatMgmt.json';
import csatMgmt from './csatMgmt.json';
import emoji from './emoji.json';
import generalSettings from './generalSettings.json';
import helpCenter from './helpCenter.json';
import inboxMgmt from './inboxMgmt.json';
@@ -40,7 +41,8 @@ export default {
...contact,
...contactFilters,
...conversation,
...csatMgmtMgmt,
...csatMgmt,
...emoji,
...generalSettings,
...helpCenter,
...inboxMgmt,