Sivin Varghese
|
e97e68b1ba
|
fix: Message signature is not appending (#10855)
# Pull Request Template
## Description
**Issue:** The message signature wasn't being appended to new email
conversations when a target inbox was selected.
**Solution:** To address this, a reusable `handleSignatureSetup`
function was created to manage the signature logic. The same logic was
applied in both cases, when the inbox selection changed (using `watch`)
and during the initial load (using `mounted`).
Fixes
https://linear.app/chatwoot/issue/CW-4005/allow-to-activate-the-message-signature-for-new-email-conversations-by
https://github.com/chatwoot/chatwoot/issues/10836
## Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
## How Has This Been Tested?
**Steps to reproduce**:
https://github.com/chatwoot/chatwoot/issues/10836#issuecomment-2637354304
### Loom video
**Before**
https://www.loom.com/share/ccf597cfa8d94d0eaff1222102901d2c?sid=abfea42b-425e-446e-8e92-99359b786607
**After**
https://www.loom.com/share/d9deddfcf8de48ab87e31911dfb774d8?sid=c1aac19b-b243-428e-9a9f-2ad9f4efe49c
## Checklist:
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] I have commented on my code, particularly in hard-to-understand
areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream
modules
|
2025-02-07 16:28:27 +05:30 |
|
Sivin Varghese
|
5905b5301d
|
fix: Prevent compose modal from closing when creating a link (#10809)
|
2025-02-03 15:08:20 +05:30 |
|
Shivam Mishra
|
7fd8b4d03a
|
feat: update colors for v4 (#10660)
Porting changes from https://github.com/chatwoot/chatwoot/pull/10552
---------
Co-authored-by: Pranav <pranav@chatwoot.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com>
Co-authored-by: Sojan <sojan@pepalo.com>
Co-authored-by: iamsivin <iamsivin@gmail.com>
Co-authored-by: Pranav <pranavrajs@gmail.com>
|
2025-01-15 17:13:03 +05:30 |
|
Sivin Varghese
|
a899c2b5a4
|
chore: Improve new conversation form (#10687)
|
2025-01-15 13:10:09 +05:30 |
|
Sivin Varghese
|
6b348da807
|
feat(v4): Compose a new conversation from a phone number. (#10568)
|
2024-12-17 18:07:58 +05:30 |
|
Sivin Varghese
|
d902bb1d6f
|
fix: Remove duplicate contactable inbox in the conversation form (#10554)
---------
Co-authored-by: Pranav <pranavrajs@gmail.com>
|
2024-12-06 12:31:01 -08:00 |
|
Sivin Varghese
|
1b430ffae2
|
fix: New compose conversation form (#10548)
|
2024-12-06 15:40:06 +05:30 |
|
Sivin Varghese
|
afb3e3e649
|
fix: Fix issues with contact routes in old navigation sidebar (#10547)
|
2024-12-05 22:46:57 -08:00 |
|
Sivin Varghese
|
b116ab5ad3
|
feat(v4): Compose new conversation without multiple clicks (#10545)
---------
Co-authored-by: Pranav <pranav@chatwoot.com>
Co-authored-by: Pranav <pranavrajs@gmail.com>
|
2024-12-05 20:16:29 -08:00 |
|
Sivin Varghese
|
67c90231b6
|
feat: Add compose conversation components (#10457)
Co-authored-by: Pranav <pranav@chatwoot.com>
Co-authored-by: Pranav <pranavrajs@gmail.com>
|
2024-12-05 16:31:47 -08:00 |
|