iachat/app/javascript/dashboard/components/widgets/conversation
Nithin David Thomas 5ea0436051
feat: Adds support for draft in conversation reply box (#4205)
* Add draft support

* Fixes issue with draft loading

* Adds draft for private notes

* Use localstorage helper

* .remove instead of .clear

* Remove timestamp

* clearLocalStorageOnLogout

* Fix draft save on refresh

* Remove usage of delete operator

* Adds autosave for draft messages

* Remove setinterval and add debounce

* Removes draft redundancy check

* Adds test cases for debouncer

* Update app/javascript/shared/helpers/specs/TimeHelpers.spec.js

Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>

* Update app/javascript/shared/helpers/specs/TimeHelpers.spec.js

Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>

* Review fixes

* Fixes issue with debouncer

* FIxes debouncer issue

* Fixes issue with draft empty message

* Removes empty keys from local storage drafts

* Fixes error with empty draft

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: iamsivin <iamsivin@gmail.com>
2022-04-07 22:16:45 +05:30
..
advancedFilterItems feat: Added support for Created At, Last Activity At filters in the UI (#4031) 2022-03-14 20:24:53 +05:30
bubble fix: Attach instagram images with file type story_mentions (#4100) 2022-03-10 20:27:30 +05:30
helpers feat: Creates story for cc bcc input component in reply box (#2763) 2021-08-11 11:34:47 +05:30
specs chore: Add a redirect link to the conversation in success toast message (#3711) 2022-01-13 11:15:40 -08:00
stories feat: Creates story for cc bcc input component in reply box (#2763) 2021-08-11 11:34:47 +05:30
AvailabilityStatusBadge.vue fix: Reset Captcha if account signup is an error (#4279) 2022-03-31 21:20:37 +05:30
CannedResponse.vue chore: Move Canned Responses list to a separate component (#1681) 2021-01-23 14:07:01 +05:30
ChatFilter.vue chore: Fix translations breaking the chat filter (#3374) 2021-11-13 11:45:18 +05:30
ConversationAdvancedFilter.vue feat: Added support for Created At, Last Activity At filters in the UI (#4031) 2022-03-14 20:24:53 +05:30
ConversationBox.vue feat: Show banner message if Chatwoot update available (#3999) 2022-03-15 21:09:14 +05:30
ConversationCard.vue fix: Throwing NavigationDuplicated error (#3978) 2022-02-15 22:49:53 +05:30
ConversationHeader.vue feat: Use Fluent SVG icons on the dashboard (#3482) 2021-11-30 21:03:18 -08:00
EmailTranscriptModal.vue Feature: Send chat transcript via email (#1152) 2020-08-17 11:25:13 +05:30
EmptyState.vue chore: Move conversation header above sidebar (#1835) 2021-03-02 22:44:04 +05:30
Message.vue fix: Fix agent name in Twitter channel private note acting as a link (#4326) 2022-03-31 20:22:52 +05:30
MessagesView.vue fix: Attach instagram images with file type story_mentions (#4100) 2022-03-10 20:27:30 +05:30
MoreActions.vue Chore: Fixes icon size in button (#3555) 2021-12-14 17:37:25 +05:30
OnboardingView.vue feat: Display Account context in the UI (#4069) 2022-02-25 16:36:36 +05:30
ReplyBox.vue feat: Adds support for draft in conversation reply box (#4205) 2022-04-07 22:16:45 +05:30
ReplyEmailHead.vue feat: Add support for rich editor and allow CCs in email for a new conversation. (#4194) 2022-03-25 11:27:45 +05:30
TagAgents.vue feat: Tag agents in a private note (#1688) 2021-01-27 00:04:11 +05:30