feat: Add pending message on dashboard (#1547)
This commit is contained in:
parent
3e61ea5cfa
commit
7c62d3629c
17 changed files with 260 additions and 53 deletions
12
app/javascript/shared/constants/messages.js
Normal file
12
app/javascript/shared/constants/messages.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
export const MESSAGE_STATUS = {
|
||||
FAILED: 'failed',
|
||||
SENT: 'sent',
|
||||
PROGRESS: 'progress',
|
||||
};
|
||||
|
||||
export const MESSAGE_TYPE = {
|
||||
INCOMING: 0,
|
||||
OUTGOING: 1,
|
||||
ACTIVITY: 2,
|
||||
TEMPLATE: 3,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue