iachat/app/javascript/dashboard/routes/dashboard
Sivin Varghese 6ae606c981
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
..
commands chore: Replace eventBus with mitt.js [CW-3275] (#9539) 2024-05-31 15:50:36 +05:30
contacts chore: Move frontend authorization to permission based system (#9709) 2024-07-03 15:13:16 -07:00
conversation fix: Custom snooze is not working in mobile view (#9717) 2024-07-04 13:13:03 +05:30
customviews feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
helpcenter chore: Move frontend authorization to permission based system (#9709) 2024-07-03 15:13:16 -07:00
inbox chore: Move frontend authorization to permission based system (#9709) 2024-07-03 15:13:16 -07:00
notifications chore: Move frontend authorization to permission based system (#9709) 2024-07-03 15:13:16 -07:00
settings chore: Move frontend authorization to permission based system (#9709) 2024-07-03 15:13:16 -07:00
suspended fix: Update the suspended page to show the chat bubble (#9604) 2024-06-06 16:39:39 -07:00
dashboard.routes.js chore: Move frontend authorization to permission based system (#9709) 2024-07-03 15:13:16 -07:00
Dashboard.vue chore: Replace eventBus with mitt.js [CW-3275] (#9539) 2024-05-31 15:50:36 +05:30