iachat/app/javascript/dashboard/components/widgets/conversation
Sojan Jose 273c277d47
feat: Add conversation delete feature (#11677)
<img width="1240" alt="Screenshot 2025-06-05 at 12 39 04 AM"
src="https://github.com/user-attachments/assets/0071cd23-38c3-4638-946e-f1fbd11ec845"
/>


## Changes

Give the admins an option to delete conversation via the context menu

- enable conversation deletion in routes and controller
- expose delete API on conversations
- add delete option in conversation context menu and integrate with card
and list
- implement store action and mutation for delete
- update i18n with new strings

fixes: https://github.com/chatwoot/chatwoot/issues/947

---------

Co-authored-by: iamsivin <iamsivin@gmail.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Pranav <pranavrajs@gmail.com>
2025-06-05 15:53:17 -05:00
..
advancedFilterItems
bubble
components fix: Style issue with conversation header (#11655) 2025-06-03 15:21:30 +05:30
contextMenu feat: Add conversation delete feature (#11677) 2025-06-05 15:53:17 -05:00
conversation
conversationBulkActions
conversationCardComponents
EmptyState
helpers
linear fix: Style issue with conversation header (#11655) 2025-06-03 15:21:30 +05:30
WhatsappTemplates
AvailabilityStatusBadge.vue
CannedResponse.vue
ChatFilter.vue
ConversationBasicFilter.vue fix: Fix the translation issue on conversation filter reload (#11513) 2025-05-19 11:18:06 -07:00
ConversationBox.vue fix: Update design to fix the crowded header (#11633) 2025-05-29 18:45:28 -06:00
ConversationCard.vue feat: Add conversation delete feature (#11677) 2025-06-05 15:53:17 -05:00
ConversationHeader.vue fix: Style issue with conversation header (#11655) 2025-06-03 15:21:30 +05:30
ConversationSidebar.vue feat: Update UI for Copilot (#11561) 2025-06-02 22:02:03 -05:00
EmailTranscriptModal.vue chore: Remove old buttons from Vue2 design (#11159) 2025-03-31 17:51:38 -07:00
FilterItem.vue
Message.vue feat: Scroll lock on message context menu (#11454) 2025-05-23 16:12:18 +05:30
MessagePreview.vue
MessageSignatureMissingAlert.vue
MessagesView.vue feat: Update the UI to support the change for Copilot as a universal copilot (#11618) 2025-05-29 12:35:10 +05:30
MoreActions.vue fix: Update design to fix the crowded header (#11633) 2025-05-29 18:45:28 -06:00
OnboardingFeatureCard.vue
OnboardingView.vue
PriorityMark.vue
ReplyBox.vue chore: Audit message characters across all channels (#11343) 2025-04-21 14:46:51 +05:30
ReplyEmailHead.vue
ReplyToMessage.vue
ShopifyOrderItem.vue
ShopifyOrdersList.vue
TagAgents.vue fix: Prevent mentions menu from triggering on reply mode change (#11264) 2025-04-09 15:25:46 +05:30
VariableList.vue