chore: new call button

This commit is contained in:
Sojan
2025-05-11 00:35:32 -07:00
parent aa4ef28e0e
commit ccdbc2c7f9
7 changed files with 406 additions and 10 deletions
@@ -0,0 +1,20 @@
{
"CALL_MODAL": {
"START_CALL": "Start a call",
"MAKE_CALL_FROM": "Make the call from",
"TO": "To",
"VIA": "Via",
"SELECT_INBOX": "Select an inbox",
"ENTER_NUMBER_OR_NAME": "Enter a name or phone number...",
"CALL": "Call",
"CANCEL": "Cancel",
"CALL_DIRECTLY": "Call this number directly",
"SUCCESS_MESSAGE": "Call initiated successfully",
"ERROR_MESSAGE": "Failed to initiate call. Please try again.",
"CONTACT_SEARCH_ERROR": "Error searching contacts. Please try again.",
"VALIDATION_ERROR": "Please select both an inbox and a contact or phone number."
},
"CALL_BUTTON": {
"TOOLTIP": "Make a call"
}
}
@@ -5,6 +5,7 @@ import attributesMgmt from './attributesMgmt.json';
import auditLogs from './auditLogs.json';
import automation from './automation.json';
import bulkActions from './bulkActions.json';
import callModal from './callModal.json';
import campaign from './campaign.json';
import cannedMgmt from './cannedMgmt.json';
import chatlist from './chatlist.json';
@@ -44,6 +45,7 @@ export default {
...auditLogs,
...automation,
...bulkActions,
...callModal,
...campaign,
...cannedMgmt,
...chatlist,
@@ -74,4 +76,4 @@ export default {
...sla,
...teamsSettings,
...whatsappTemplates,
};
};