Chatwoot/app/javascript/dashboard/components/widgets
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
..
chart feat: Add CSAT reports (#2608) 2021-07-14 10:20:06 +05:30
conversation feat: Ability to send voice message to channel (#4064) 2022-03-04 19:43:07 +05:30
FilterInput feat: Add the ability to add new automation rule (#3459) 2022-02-02 18:46:07 +05:30
forms chore: Fix pre-commit hooks (#3525) 2021-12-08 17:32:00 -08:00
mentions chore: Move Canned Responses list to a separate component (#1681) 2021-01-23 14:07:01 +05:30
modal feat: Toggle automation status (#3991) 2022-03-01 14:14:23 +05:30
WootWriter feat: Ability to send voice message to channel (#4064) 2022-03-04 19:43:07 +05:30
AttachmentsPreview.vue feat: Ability to send voice message to channel (#4064) 2022-03-04 19:43:07 +05:30
AutomationActionInput.vue feat: Add the ability to add new automation rule (#3459) 2022-02-02 18:46:07 +05:30
Avatar.vue feat: Use vue-router on widget route management (#3415) 2022-01-12 16:25:27 +05:30
BackButton.vue feat: Use Fluent SVG icons on the dashboard (#3482) 2021-11-30 21:03:18 -08:00
ChannelItem.vue feat: Add Instagram Channel (#2955) 2021-10-05 14:35:32 +05:30
ChatTypeTabs.vue feat: Adds keyboard shortcuts for conversation actions (#2672) 2021-08-09 00:38:52 -07:00
ColorPicker.vue Feature: Ability to customise widget color (#903) 2020-05-30 17:28:00 +05:30
EmptyState.vue chore: Fix Eslint warnings (#3654) 2021-12-27 13:49:31 +05:30
InboxName.vue feat: Use Fluent SVG icons on the dashboard (#3482) 2021-11-30 21:03:18 -08:00
LabelSelector.stories.js feat: Ability to add label for contact page (#2350) 2021-06-14 10:36:00 +05:30
LabelSelector.vue chore: Update contact sidebar with accordion (#3002) 2021-09-13 18:08:58 +05:30
LoadingState.vue chore: Fix Eslint warnings (#3654) 2021-12-27 13:49:31 +05:30
ReportStatsCard.vue chore: Fix Eslint warnings (#3654) 2021-12-27 13:49:31 +05:30
SettingIntroBanner.stories.js chore: Cleanup page-top-bar style conflicts (#2407) 2021-06-10 09:35:15 +05:30
SettingIntroBanner.vue chore: Cleanup page-top-bar style conflicts (#2407) 2021-06-10 09:35:15 +05:30
TableFooter.vue feat: Use Fluent SVG icons on the dashboard (#3482) 2021-11-30 21:03:18 -08:00
Thumbnail.spec.js chore: Add missing frontend specs (#2329) 2021-05-25 01:30:21 -07:00
Thumbnail.vue fix: Changes thumbnail colors to new color scheme (#3483) 2021-12-01 15:18:41 +05:30
UserAvatarWithName.vue feat: Add CSAT reports (#2608) 2021-07-14 10:20:06 +05:30