Sivin Varghese
3da97d97be
fix: Download button opens URL instead of downloading ( #10710 )
2025-01-17 14:34:44 +05:30
Shivam Mishra
2f60301064
fix: bubble colors for email and text ( #10701 )
2025-01-17 00:57:22 +05:30
Shivam Mishra
1ccfb4e3db
fix: sentry issues ( #10695 )
...
1. Ensure audio player ref is accessible before triggering calls
([Sentry](https://chatwoot-p3.sentry.io/issues/6221981610 ))
2. Use correct default for attachments, this was incorrectly set to
`null` in a previous PR
([Sentry](https://chatwoot-p3.sentry.io/issues/5966738120 ))
3. Fix `lastNonActivityMessage` is not present
([Sentry](https://chatwoot-p3.sentry.io/issues/6116038455 ))
4. Fix `Alt+J` & `Alt+K` shortcuts not working
([Sentry](https://chatwoot-p3.sentry.io/issues/6075125384 ))
---------
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2025-01-16 15:49:48 +05:30
Shivam Mishra
79997fd86f
feat: use break anywhere ( #10698 )
...
Ref:
https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap#anywhere
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2025-01-16 15:49:39 +05:30
Shivam Mishra
54d629d171
fix: Update words not breaking in reply-to preview ( #10694 )
2025-01-15 21:16:39 -08:00
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
Shivam Mishra
7b31b5ad6e
fix: Fix bubble design in RTL ( #10683 )
...
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2025-01-14 11:14:13 -08:00
Shivam Mishra
dbcc55665a
fix: Bubble style when grouping with next ( #10677 )
2025-01-14 09:05:29 +05:30
Shivam Mishra
35ca67c9ba
fix: Update the design for the reply box banner UI ( #10678 )
2025-01-13 13:12:43 -08:00
Shivam Mishra
74870bec41
fix: Fix bubble overflow issue and color ( #10674 )
2025-01-11 10:02:24 -08:00
Shivam Mishra
e70f7a2550
fix: Bubble typography ( #10653 )
...

2025-01-10 15:40:12 +05:30
Shivam Mishra
4912140893
fix: ensure the message types are same when grouping ( #10661 )
2025-01-10 09:32:06 +05:30
Shivam Mishra
2d44468c38
fix: attachment url in file chip ( #10662 )
...
https://github.com/user-attachments/assets/e84d94d5-876d-4c00-88be-a460f917bf3b
2025-01-10 09:31:56 +05:30
Shivam Mishra
ef01779d61
fix: Message grouping logic ( #10656 )
2025-01-09 13:24:16 +05:30
Shivam Mishra
25258417de
fix: v4 ui issues ( #10652 )
...
This PR has the following fixes
1. Remove leading `:` in inbox view push message content
2. Styles for block quotes in text
3. Better condition for checking bot message
4. Use dompurify
2025-01-08 18:17:50 +05:30
Shivam Mishra
91b1015457
feat: fixes for bubble UI ( #10643 )
...
This PR applies the following fixes
1. Images in emails have margins, causing unnecessary gaps when 1x1px
images are loaded (ref:
[42111](https://app.chatwoot.com/app/accounts/1/conversations/42111?messageId=96215315 ))
2. Two adjacent `<br>` tags would add a huge gap, fixed this (ref:
[42111](https://app.chatwoot.com/app/accounts/1/conversations/42111?messageId=96215315 ))
3. Color for outgoing emails is wrong (ref:
[41621](https://app.chatwoot.com/app/accounts/1/conversations/41621?messageId=93560032 ))
4. Wrong list styles (see:
[42372](https://app.chatwoot.com/app/accounts/1/conversations/42372?messageId=96208130 ))
5. Wrong bubble color when outgoing message is sent by a bot or captain
6. Wrong avatar when outgoing message is sent by a bot or captain
2025-01-08 09:26:40 +05:30
Shivam Mishra
c924d386f4
fix: reply-to preview not working on next bubbles ( #10649 )
2025-01-08 08:58:21 +05:30
Shivam Mishra
c19d70a6a0
fix: bubble UI issues ( #10608 )
...
This PR has fixes for the following issues
- Inconsistent spacing between meta and text in text bubble
- Activity bubble overflows for longer text (for now I have truncated
it, I'll work with @absurdiya on a better solution)
- Ugly lookinh gradient for expand button on email bubble
- Email bubble overflow issues and text rendering issues
- Alignment for error message
- Minute-wise grouping not working
- Link color should not be blue
- Use `gray-3` for bubble background instead of `gray-4`
2024-12-21 13:36:46 +05:30
Shivam Mishra
eef70b9bd7
feat: integrate new bubbles ( #10550 )
...
To test this, set the `useNextBubble` value to `true` in the
localstorage. Here's a quick command to run in the console
```js
localStorage.setItem('useNextBubble', true)
```
```js
localStorage.setItem('useNextBubble', false)
```
---------
Co-authored-by: Pranav <pranavrajs@gmail.com >
2024-12-19 18:41:55 +05:30
Shivam Mishra
19ff5bdd5e
feat: Add new message bubbles ( #10481 )
...
---------
Co-authored-by: Pranav <pranavrajs@gmail.com >
2024-12-12 17:42:22 -08:00