chatwoot/app/javascript/dashboard
Shivam Mishra 99c699ea34
fix: links rendering in sidebar profile (#10574)
This pull request includes several changes to the `DropdownItem.vue` and `SidebarProfileMenu.vue` components to improve the handling of links.

Earlier we passed the link `/super_admin` to RouterLink directly, which would trigger validations internally and the dropdown item would not render in case of any errors. This PR fixes this by handling the native links appropriately

Fixes #10571
2024-12-11 17:42:46 -08:00
..
api feat(ee): Add copilot integration (v1) to the conversation sidebar (#10566) 2024-12-10 15:36:48 -08:00
assets feat(ee): Add copilot integration (v1) to the conversation sidebar (#10566) 2024-12-10 15:36:48 -08:00
components fix: Update design of the conversation sidebar, chatlist (#10572) 2024-12-11 08:06:21 -08:00
components-next fix: links rendering in sidebar profile (#10574) 2024-12-11 17:42:46 -08:00
composables feat(v4): Compose new conversation without multiple clicks (#10545) 2024-12-05 20:16:29 -08:00
constants fix: Update design of the conversation sidebar, chatlist (#10572) 2024-12-11 08:06:21 -08:00
helper fix: New compose conversation form (#10548) 2024-12-06 15:40:06 +05:30
i18n feat(ee): Add copilot integration (v1) to the conversation sidebar (#10566) 2024-12-10 15:36:48 -08:00
mixins chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
modules feat(v4): Auto-navigate to first menu item on group menu open(#10350) 2024-10-25 13:01:29 -07:00
routes fix: Update design of the conversation sidebar, chatlist (#10572) 2024-12-11 08:06:21 -08:00
store feat: Throttle meta request for large chat size (#10518) 2024-12-05 22:35:30 -08:00
App.vue fix: Resolve accountId from the route, initialize route-sync before the app is loaded (#10245) 2024-10-08 09:25:51 -07:00
featureFlags.js feat: Add new sidebar for Chatwoot V4 (#10291) 2024-10-23 18:32:37 -07:00