Chatwoot/app/javascript/dashboard/components/widgets/conversation
giquieu 96b719017b
feat: Ability to send voice message to channel (#4064)
Created the possibility to send audio as an attachment via the dashboard.
The channels that can send audio are the same channels that can send any type of attachment.
Used RecordRTC (https://github.com/muaz-khan/RecordRTC) to capture the audio and Wavesurfer (https://github.com/katspaugh/wavesurfer.js) to display the audio waves.
RecordRTC can be used to record videos if necessary.

Fixes #1973
2022-03-04 19:43:07 +05:30
..
advancedFilterItems feature: Filtering conversations and contacts with custom attributes (#3851) 2022-02-01 13:13:55 +05:30
bubble feat: Show cc from last email on reply editor (#3983) 2022-02-28 21:42:50 +05:30
helpers feat: Creates story for cc bcc input component in reply box (#2763) 2021-08-11 11:34:47 +05:30
specs chore: Add a redirect link to the conversation in success toast message (#3711) 2022-01-13 11:15:40 -08:00
stories feat: Creates story for cc bcc input component in reply box (#2763) 2021-08-11 11:34:47 +05:30
AvailabilityStatusBadge.vue feat: Updates sidebar to accomodate sub menu (#3416) 2021-12-01 12:45:39 +05:30
CannedResponse.vue chore: Move Canned Responses list to a separate component (#1681) 2021-01-23 14:07:01 +05:30
ChatFilter.vue chore: Fix translations breaking the chat filter (#3374) 2021-11-13 11:45:18 +05:30
ConversationAdvancedFilter.vue feat: Support respective input types in custom attributes - filters (#4032) 2022-03-02 14:16:42 +05:30
ConversationBox.vue feat: Add Command bar for improved productivity (#3352) 2021-11-15 17:22:44 +05:30
ConversationCard.vue fix: Throwing NavigationDuplicated error (#3978) 2022-02-15 22:49:53 +05:30
ConversationHeader.vue feat: Use Fluent SVG icons on the dashboard (#3482) 2021-11-30 21:03:18 -08:00
EmailTranscriptModal.vue Feature: Send chat transcript via email (#1152) 2020-08-17 11:25:13 +05:30
EmptyState.vue chore: Move conversation header above sidebar (#1835) 2021-03-02 22:44:04 +05:30
Message.vue Fix: show empty emails in chat (#4030) 2022-02-24 21:33:16 -08:00
MessagesView.vue feat: Shows an alert while replying if chats are not assigned to them (#3867) 2022-02-07 12:27:20 +05:30
MoreActions.vue Chore: Fixes icon size in button (#3555) 2021-12-14 17:37:25 +05:30
OnboardingView.vue feat: Display Account context in the UI (#4069) 2022-02-25 16:36:36 +05:30
ReplyBox.vue feat: Ability to send voice message to channel (#4064) 2022-03-04 19:43:07 +05:30
ReplyEmailHead.vue feat: Show cc from last email on reply editor (#3983) 2022-02-28 21:42:50 +05:30
TagAgents.vue feat: Tag agents in a private note (#1688) 2021-01-27 00:04:11 +05:30