Chatwoot/app/javascript/dashboard/store/modules/specs/conversations
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
..
actions.spec.js feat: Add a view for mentions (#3505) 2021-12-09 11:20:14 +05:30
getters.spec.js feat: Show cc from last email on reply editor (#3983) 2022-02-28 21:42:50 +05:30
helpers.spec.js feat: Adds support for draft in conversation reply box (#4205) 2022-04-07 22:16:45 +05:30
mutations.spec.js fix: Update scroll event name to fix auto-scroll (#4251) 2022-03-23 13:27:50 +05:30
testConversationResponse.js feat: Add Advanced Conversation Filters (#3239) 2021-11-18 19:15:02 +05:30