feat(conversation-selector): add conversation status badges to conversation selector and include status in sample data
This commit is contained in:
@@ -79,24 +79,28 @@ export class SioCombox extends DeesElement {
|
||||
lastMessage: 'Thanks for your help with the login issue!',
|
||||
time: '2 min ago',
|
||||
unread: true,
|
||||
status: 'new',
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
title: 'Billing Question',
|
||||
lastMessage: 'I need help understanding my invoice',
|
||||
time: '1 hour ago',
|
||||
status: 'needs-action',
|
||||
},
|
||||
{
|
||||
id: '3',
|
||||
title: 'Feature Request',
|
||||
lastMessage: 'That would be great! Looking forward to it',
|
||||
time: 'Yesterday',
|
||||
status: 'waiting',
|
||||
},
|
||||
{
|
||||
id: '4',
|
||||
title: 'General Inquiry',
|
||||
lastMessage: 'Thank you for the information',
|
||||
time: '2 days ago',
|
||||
status: 'resolved',
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user