iamsivin
15470506bf
chore: Minor fixes
2024-11-18 17:18:58 +05:30
Sivin Varghese and GitHub
f15c7a8df1
Merge branch 'feat/contacts-redesign' into feat/compose-new-conversation
2024-11-15 23:00:49 +05:30
Sivin Varghese and GitHub
dceb616cc4
Merge branch 'develop' into feat/contacts-redesign
2024-11-15 23:00:34 +05:30
iamsivin
14e7950186
feat: Inbox empty state warning
2024-11-15 22:56:35 +05:30
iamsivin
e3602acf68
chore: Created file upload composable and use it in compose view
2024-11-15 22:12:16 +05:30
caspar and GitHub
8773929c0e
fix: Fix line sticker URL to prevent certain images from failing to d… ( #10416 )
...
This commit fixes the issue with Line stickers URLs to prevent certain
images from failing to display. The problem was due to the use of
incorrect URLs. The original URLs pointed to the `iphone` variant, which
failed to load properly in some cases. The fix updates the URLs to use
the `android` variant, ensuring all images are displayed correctly.
### Example:
- Original (failing URL):
`https://stickershop.line-scdn.net/stickershop/v1/sticker/17/iphone/sticker.png `
- Fixed (working URL):
`https://stickershop.line-scdn.net/stickershop/v1/sticker/17/android/sticker.png `
## How Has This Been Tested?
1. Verified the updated URLs by loading multiple Line sticker images to
ensure they display correctly.
2. Tested in both local and production-like environments to confirm the
fix resolves the issue.
3. Reviewed logs to ensure no additional errors are generated related to
Line sticker URLs.
2024-11-15 17:27:58 +04:00
iamsivin
b97ee9675e
chore: Fix build
2024-11-15 18:27:24 +05:30
iamsivin
1b7317b71c
chore: Adds translations
2024-11-15 18:21:39 +05:30
iamsivin
7cc0d6d457
chore: Clean up
2024-11-15 17:22:48 +05:30
iamsivin
28481c45cb
feat: Code clean up
2024-11-15 17:12:39 +05:30
iamsivin
7790b88725
chore: Fix whats app template
2024-11-15 14:30:46 +05:30
933ae8aa49
fix: Email attachments created with empty filename ( #10420 )
...
- We observed in prod for certain emails active storage blob objects
were getting created with empty file name. The conversations further
causes conversation and filter pages to break. This change will fix the
mentioned issue.
fixes:
https://linear.app/chatwoot/issue/CW-3331/missing-file-name-for-some-of-the-uploads-for-emails
---------
Co-authored-by: Pranav <pranavrajs@gmail.com >
2024-11-15 09:07:24 +04:00
iamsivin
9ea992fe45
feat(v4): Compose new conversation
2024-11-15 02:06:20 +05:30
Sivin Varghese and GitHub
bf59285041
Merge branch 'develop' into feat/contacts-redesign
2024-11-14 18:41:22 +05:30
iamsivin
90162ad39b
feat: Conversation card click
2024-11-14 18:40:47 +05:30
Sivin Varghese and GitHub
4cfa7e4c97
feat: Remove incoming messages metrics from the agent reports ( #10415 )
2024-11-14 17:55:24 +05:30
Sivin Varghese and GitHub
bd691d2e2b
Merge branch 'develop' into feat/contacts-redesign
2024-11-13 16:57:50 +05:30
iamsivin
94142acb93
chore: Minor fix
2024-11-13 15:55:16 +05:30
Shivam Mishra and GitHub
ac729cf0cf
feat: update debounce duration for article editor ( #10410 )
...
Quick fix for CW-3721 until we work on a better solution
2024-11-13 12:29:50 +05:30
iamsivin
78e6f995eb
chore: Filter enhancements
2024-11-13 10:05:06 +05:30
Sivin Varghese and GitHub
4cb9abaf8c
Merge branch 'develop' into feat/contacts-redesign
2024-11-13 08:19:24 +05:30
Pranav and GitHub
7dc0eba48a
fix: Remove duplicate / character on the proxy route ( #10404 )
...
The proxy method adds an extra slash even if the route param has the
character. It’s challenging to check the expected format on each route.
The simplest solution is to check if the route param begins with a
slash, and if not, append one.
NB: The existing tests are sufficient to cover this case. There’s no
need for an additional test to specifically test this.
2024-11-12 22:38:29 +04:00
iamsivin
b75afc2b29
chore: Minor fix
2024-11-12 22:38:49 +05:30
iamsivin
3f608ece5a
fix: Phone number input
2024-11-12 22:18:55 +05:30
iamsivin
72496ac4a0
chore: Minor fix
2024-11-12 22:06:08 +05:30
iamsivin
909755c340
chore: Clean up
2024-11-12 22:02:26 +05:30
iamsivin
42a9e8dc82
chore: Minor fix
2024-11-12 21:26:33 +05:30
iamsivin
f0c5d214e7
chore: Minor fix
2024-11-12 21:11:37 +05:30
iamsivin
cc6ac082b1
feat: Phone input
2024-11-12 21:03:56 +05:30
Sivin Varghese and GitHub
d8bc4ae40f
Merge branch 'develop' into feat/contacts-redesign
2024-11-12 11:40:26 +05:30
iamsivin
7aa22eabf8
chore: Fix sidebar activeOn issue
2024-11-12 11:39:59 +05:30
iamsivin
1dd690e8f9
chore: Minor fix
2024-11-12 09:14:27 +05:30
iamsivin
6caf7ded2d
chore: Minor fix
2024-11-12 09:08:21 +05:30
Shivam Mishra and GitHub
97d7b9d754
feat(ee): Setup @chatwoot/captain NPM library ( #10389 )
...
---
Co-authored-by: Sojan <sojan@pepalo.com >
Co-authored-by: Pranav <pranavrajs@gmail.com >
2024-11-11 17:39:09 -08:00
Vishnu Narayanan and GitHub
7a45144526
chore: Set rack-timeout to log at ERROR level ( #10400 )
...
40 % of Chatwoot's current log volume is from state transition logs generated by `rack-timeout`, which are logged at the `INFO` level. This PR reduce the noise in logs and set RACK::TIMEOUT to log at `error` level
2024-11-11 12:35:05 -08:00
iamsivin
b39e25f9e2
chore: Fix empty state
2024-11-11 23:31:32 +05:30
iamsivin
bda9f0208a
chore: Fix build
2024-11-11 23:11:37 +05:30
iamsivin
74a90c0173
chore: Fix sidebar
2024-11-11 23:09:30 +05:30
iamsivin
9210d2cecd
chore: Minor fix
2024-11-11 22:49:16 +05:30
iamsivin
fd4b1f2d21
feat: Contact Empty state
2024-11-11 22:38:08 +05:30
iamsivin
ae804baf9b
chore: More changes
2024-11-11 21:51:32 +05:30
iamsivin
e2c1e6ff00
chore: Fix warning
2024-11-11 21:26:21 +05:30
iamsivin
2dbe5bd1c0
chore: Fix validations for custom attributes
2024-11-11 21:24:34 +05:30
iamsivin
0fe6d404b9
feat: Contact attributes
2024-11-11 21:07:12 +05:30
iamsivin
d6cc5422d0
feat: Add avatar upload and merge EditableAvatar.vue with Avatar.vue
2024-11-09 15:30:52 +05:30
iamsivin
271b322761
feat: Contact exporting
2024-11-09 14:06:33 +05:30
iamsivin
1b013544a8
chore: Fix sidebar filter issue and sort reactivity issue
2024-11-09 13:39:22 +05:30
iamsivin
d53c60363b
feat: Contact filtering by labels and segments
2024-11-08 15:44:10 +05:30
iamsivin
3d6d6e2afb
feat: Import contact
2024-11-08 10:30:14 +05:30
Sivin Varghese and GitHub
430c6d2526
Merge branch 'develop' into feat/contacts-redesign
2024-11-08 10:16:07 +05:30