Chatwoot/app/javascript/widget/components
Sony Mathew 818c769bb7
Chore: Message to support multiple attachments (#730)
* Changes for the message to have multiple attachments
* changed the message association to attachments from has_one to has_many
* changed all the references of this association in building and fetching to reflect this change

* Added number of attachments validation to the message model

* Modified the backend responses and endpoints to reflect multiple attachment support (#737)

* Changing the frontend components for multiple attachments
* changed the request structure to reflect the multiple attachment structures
* changed the message bubbles to support multiple attachments
* bugfix: agent side attachment was not showing because of a missing await
* broken message was shown because of the store filtering
* Added documentation for ImageMagick

* spec fixes

* refactored code to reflect more apt namings

* Added updated message listener for the dashboard (#727)
* Added the publishing for message updated event
* Implemented the listener for dashboard

Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
2020-04-17 21:15:20 +05:30
..
template Feature: Rich Message Types (#610) 2020-04-10 16:42:37 +05:30
AgentMessage.vue Chore: Message to support multiple attachments (#730) 2020-04-17 21:15:20 +05:30
AgentMessageBubble.vue Feature: Rich Message Types (#610) 2020-04-10 16:42:37 +05:30
AvailableAgents.vue Feature: As an end-user, I should be able to see the list of agents in the widget. (#461) 2020-02-05 11:27:22 +05:30
Branding.vue Bug: Fix IE issues in Widget (#734) 2020-04-17 16:45:12 +05:30
ChatAttachment.vue Feature: Support file type messages on widget and dashboard (#659) 2020-04-02 12:28:38 +05:30
ChatFooter.vue Feature: Send images from widget 2020-03-30 12:15:06 +05:30
ChatHeader.vue Bug: Fix missing close button on mobile chat window (#600) 2020-03-07 23:39:41 +05:30
ChatHeaderExpanded.vue Bug: Fix missing close button on mobile chat window (#600) 2020-03-07 23:39:41 +05:30
ChatInputArea.vue Feature: Update design for web widget (#408) 2020-01-13 12:10:40 +05:30
ChatInputWrap.vue Feature: Support file type messages on widget and dashboard (#659) 2020-04-02 12:28:38 +05:30
ChatMessage.vue Feature: Send images from widget 2020-03-30 12:15:06 +05:30
ChatSendButton.vue Bug: Fix IE issues in Widget (#734) 2020-04-17 16:45:12 +05:30
ConversationWrap.vue Feature: Support options message type on widget and dashboard (#614) 2020-03-16 12:08:40 +05:30
FileBubble.vue Feature: Support file type messages on widget and dashboard (#659) 2020-04-02 12:28:38 +05:30
GroupedAvatars.vue Feature: Add/Edit conversation labels (#488) 2020-02-16 15:46:26 +05:30
ImageBubble.vue Chore: Message to support multiple attachments (#730) 2020-04-17 21:15:20 +05:30
ResizableTextarea.vue Feature: Update design for web widget (#408) 2020-01-13 12:10:40 +05:30
UserAvatar.vue [Feature] Website live chat (#187) 2019-10-29 12:50:54 +05:30
UserMessage.vue Chore: Message to support multiple attachments (#730) 2020-04-17 21:15:20 +05:30
UserMessageBubble.vue Feature: Rich Message Types (#610) 2020-04-10 16:42:37 +05:30