Chatwoot/app/javascript/dashboard/components
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
..
Accordion bug: Fix cannot copy text content from sidebar (#3506) 2021-12-06 14:38:04 +05:30
buttons chore: Updates design of resolve context menu (#3667) 2021-12-29 22:24:11 +05:30
layout feat: Toggle automation status (#3991) 2022-03-01 14:14:23 +05:30
specs feat: Add a view for mentions (#3505) 2021-12-09 11:20:14 +05:30
ui feat: Shows an alert while replying if chats are not assigned to them (#3867) 2022-02-07 12:27:20 +05:30
widgets feat: Ability to send voice message to channel (#4064) 2022-03-04 19:43:07 +05:30
ChatList.vue fix: Throwing error when click load more conversation (#4049) 2022-02-23 16:48:53 +05:30
Code.vue fix: Show push notifications settings except Safari (#1741) 2021-02-08 16:39:15 +05:30
CustomAttribute.vue fix: Custom attribute not getting changed on conversations (#3965) 2022-02-14 15:52:15 +05:30
index.js feat: Toggle automation status (#3991) 2022-03-01 14:14:23 +05:30
Modal.vue feat: Use Fluent SVG icons on the dashboard (#3482) 2021-11-30 21:03:18 -08:00
ModalHeader.vue feat: Disable attachments and emoji picker in the web widget (#1102) 2020-08-05 17:46:17 +05:30
NetworkNotification.vue feat: Show refresh modal on action cable disconnect (#4010) 2022-02-18 11:09:43 +05:30
SettingsSection.vue feat: HMAC verification for web widget (#1643) 2021-01-17 22:44:03 +05:30
SidemenuIcon.vue feat: Use Fluent SVG icons on the dashboard (#3482) 2021-11-30 21:03:18 -08:00
Snackbar.vue chore: Add a redirect link to the conversation in success toast message (#3711) 2022-01-13 11:15:40 -08:00
SnackbarContainer.vue chore: Add a redirect link to the conversation in success toast message (#3711) 2022-01-13 11:15:40 -08:00