chatwoot/app/javascript
Sivin Varghese 6ae606c981
Some checks failed
Publish Chatwoot CE docker images / build (push) Has been cancelled
Run Chatwoot CE spec / test (push) Has been cancelled
Run Response Bot spec / test (push) Has been cancelled
fix: Custom snooze is not working in mobile view (#9717)
# Pull Request Template

## Description

Currently, when a user navigates to a chat and attempts to access the
custom snooze modal, it is not visible, making it unable to set custom
snooze options. With this fix, the custom snooze modal will correctly
display even when a chat is open in mobile view.

**Cause of this issue**
The `<custom-snooze-modal/>` component is added to the `<chat-list/>`
component. To accommodate small screen views, we are using the expanded
view. However, if we open a chat and select the custom snooze option
from the chat header in the message view, the `<custom-snooze-modal/>`
component is hidden in the `<chat-list/>` component.

**Solution**
So, I moved the `<custom-snooze-modal/>` to the wrapper component
`<conversation-view/>` so we can use in all cases like,
1. Right-click to custom snooze
2. CMD bar custom snooze
3. Small screen custom snooze
2024-07-04 13:13:03 +05:30
..
dashboard fix: Custom snooze is not working in mobile view (#9717) 2024-07-04 13:13:03 +05:30
packs feat: Adds the ability to disable the "new message notification" popup (#9594) 2024-06-11 08:14:58 +05:30
portal fix: Fix typo in the font for portals (#9515) 2024-05-21 13:35:35 -07:00
sdk feat: Adds the ability to disable the "new message notification" popup (#9594) 2024-06-11 08:14:58 +05:30
shared feat: add Google login flow and inbox creation (#9580) 2024-06-07 16:37:46 +05:30
superadmin_pages refactor: handling keyboard shortcuts (#9242) 2024-04-26 15:41:02 +05:30
survey chore(i18n): Update the latest translations (#9340) 2024-05-02 08:18:17 -07:00
v3 feat: disable scripts on password reset page (#9693) 2024-07-01 11:11:57 +05:30
widget feat: Add video message viewer in agent widget bubble (#9691) 2024-06-28 12:51:27 -07:00