iachat/app/javascript/dashboard/store/modules/conversations
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
..
actions feat: Add Google Translate API Integration (#6454) 2023-02-15 20:50:45 -08:00
helpers feat: Add support for frontend filtering of conversations (#11111) 2025-03-24 19:39:04 -07:00
specs feat: allow role based filtering on the frontend (#11246) 2025-04-09 11:46:20 -07:00
actions.js feat: Add conversation delete feature (#11677) 2025-06-05 15:53:17 -05:00
getters.js feat: Enforce role permissions on filtered page (#11638) 2025-05-30 15:19:42 +05:30
helpers.js feat: allow role based filtering on the frontend (#11246) 2025-04-09 11:46:20 -07:00
index.js feat: Add conversation delete feature (#11677) 2025-06-05 15:53:17 -05:00