Merge branch 'develop' into feat/context-menu-snooze

This commit is contained in:
Sivin Varghese
2024-03-01 21:52:51 +05:30
committed by GitHub
11 changed files with 291 additions and 4 deletions
@@ -412,7 +412,8 @@
"LOADING_MESSAGE": "Loading conversation metrics...",
"OPEN": "Open",
"UNATTENDED": "Unattended",
"UNASSIGNED": "Unassigned"
"UNASSIGNED": "Unassigned",
"PENDING": "Pending"
},
"CONVERSATION_HEATMAP": {
"HEADER": "Conversation Traffic",
@@ -200,6 +200,7 @@ export const OVERVIEW_METRICS = {
open: 'OPEN',
unattended: 'UNATTENDED',
unassigned: 'UNASSIGNED',
pending: 'PENDING',
online: 'ONLINE',
busy: 'BUSY',
offline: 'OFFLINE',