iachat/app/javascript/dashboard/components/widgets
Sivin Varghese c63a6ed8ec
feat: Rewrite agentMixin to a helper (#9940)
# Pull Request Template

## Description

This PR will replace the usage of `agentMixin`with the utility helpers
functions.

**Files updated**

1. dashboard/components/widgets/conversation/contextMenu/Index.vue
2. dashboard/components/widgets/conversation/ConversationHeader.vue
**(Not used)**
3. dashboard/routes/dashboard/commands/commandbar.vue
4. dashboard/routes/dashboard/conversation/ConversationAction.vue
5. dashboard/routes/dashboard/conversation/ConversationParticipant.vue

Fixes
https://linear.app/chatwoot/issue/CW-3442/rewrite-agentmixin-mixin-to-a-composable

## Type of change

- [x] New feature (non-breaking change which adds functionality)

## How Has This Been Tested?

**Test cases**

1. See agent list sorting based on availability, if agents are on the
same status, then sorted by name.
2. Test actions like assigning/unassigning agent from conversation
sidebar, CMD bar, Context menu.
3. Test actions like adding/removing participants from conversation
sidebar.
4. See agent list is generated properly, none value.


## Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] I have commented on my code, particularly in hard-to-understand
areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream
modules
2024-08-22 13:02:11 +05:30
..
chart feat: Update reports UI to make it better (#7544) 2023-07-19 12:12:15 -07:00
conversation feat: Rewrite agentMixin to a helper (#9940) 2024-08-22 13:02:11 +05:30
DashboardApp feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
FilterInput feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
forms feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
mentions feat: Replace the use of mentionSelectionKeyboard mixin to a composable (#9904) 2024-08-07 14:14:41 +05:30
modal feat: Dynamically show Shift key in shortcut modal for QWERTZ layout (#9888) 2024-08-06 16:17:43 +05:30
stories feat: Add component for grouped thumbnails (#5796) 2022-11-03 22:38:45 -07:00
WootWriter fix: TypeError cannot read properties of undefined (reading '$el') (#9951) 2024-08-14 11:22:51 +05:30
AIAssistanceButton.vue feat: Replace the use of keyboardEventListener mixin to a composable (Part -2) (#9892) 2024-08-07 15:43:11 +05:30
AIAssistanceCTAButton.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
AIAssistanceModal.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
AICTAModal.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
AILoader.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
AttachmentsPreview.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
AutomationActionInput.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
AutomationActionTeamMessageInput.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
AutomationFileInput.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
Avatar.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
BackButton.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
ChannelItem.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
ChatTypeTabs.vue fix: Chat list tab styles (#9960) 2024-08-14 18:33:14 +05:30
ColorPicker.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
EmptyState.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
FeatureToggle.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
InboxDropdownItem.stories.js feat: Adds new inbox selector with more info for new message modal [cw-1358] (#6823) 2023-04-19 23:02:50 +05:30
InboxDropdownItem.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
InboxName.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
LabelSelector.stories.js feat: Ability to add label for contact page (#2350) 2021-06-14 10:36:00 +05:30
LabelSelector.vue feat: Replace the use of keyboardEventListener mixin to a composable (Part -2) (#9892) 2024-08-07 15:43:11 +05:30
LoadingState.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
SettingIntroBanner.stories.js chore: Cleanup page-top-bar style conflicts (#2407) 2021-06-10 09:35:15 +05:30
SettingIntroBanner.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
ShowMore.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
TableFooter.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
TableFooterPagination.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
TableFooterResults.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
TableHeaderCell.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
Thumbnail.spec.js feat: Improve image loading for thumbnails (#5823) 2022-11-08 21:05:13 -08:00
Thumbnail.stories.js feat: Support square variants of thumbnail and avatar components (#5003) 2022-07-09 14:03:55 +05:30
Thumbnail.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
ThumbnailGroup.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
UserAvatarWithName.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
VideoCallButton.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30