iachat/app/javascript/dashboard/components
Sivin Varghese 79aa5a5d7f
feat: Replace alertMixin usage with useAlert (#9793)
# Pull Request Template

## Description

This PR will replace the usage of `alertMixin` from the code base with
the `useAlert` composable.

Fixes
https://linear.app/chatwoot/issue/CW-3462/replace-alertmixin-usage-with-usealert

## Type of change

- [x] Breaking change (fix or feature that would cause existing
functionality not to work as expected)

## How Has This Been Tested?

Please refer this issue description

https://linear.app/chatwoot/issue/CW-3462/replace-alertmixin-usage-with-usealert


## Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [ ] 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

---------

Co-authored-by: Sojan Jose <sojan@pepalo.com>
2024-07-23 16:41:11 +05:30
..
Accordion feat: Remove Foundation in favor of Tailwind (#8984) 2024-02-28 13:56:28 +05:30
app feat: Replace alertMixin usage with useAlert (#9793) 2024-07-23 16:41:11 +05:30
base feat: Improve the initial screen placeholder (#7708) 2023-08-14 17:50:34 -07:00
buttons feat: Replace alertMixin usage with useAlert (#9793) 2024-07-23 16:41:11 +05:30
layout feat: Replace alertMixin usage with useAlert (#9793) 2024-07-23 16:41:11 +05:30
specs feat: Use vitest instead of jest, run all the specs anywhere in app/ folder in the CI (#9722) 2024-07-10 08:32:16 -07:00
ui feat: Move timeMixin to a helper (#9799) 2024-07-22 13:07:29 +05:30
widgets feat: Replace alertMixin usage with useAlert (#9793) 2024-07-23 16:41:11 +05:30
ChannelSelector.vue feat: add Google login flow and inbox creation (#9580) 2024-06-07 16:37:46 +05:30
ChatList.vue feat: Replace alertMixin usage with useAlert (#9793) 2024-07-23 16:41:11 +05:30
ChatListHeader.vue fix: Right click Snooze is not working (#9498) 2024-05-22 13:03:49 +05:30
Code.vue feat: Replace alertMixin usage with useAlert (#9793) 2024-07-23 16:41:11 +05:30
ConversationItem.vue feat: Conversation list virtualization (#8540) 2023-12-13 17:28:30 +05:30
CustomAttribute.vue chore: Replace eventBus with mitt.js [CW-3275] (#9539) 2024-05-31 15:50:36 +05:30
CustomSnoozeModal.vue feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
FormSection.vue feat: Revamp basic profile, avatar and message signature (#9310) 2024-04-29 16:41:55 +05:30
index.js feat: Custom date picker (#9247) 2024-04-29 14:43:57 +05:30
IntersectionObserver.vue feat: Add infinite loader, option for increasing page size (#8525) 2023-12-10 20:09:17 -08:00
MaskedText.vue feat: Replace alertMixin usage with useAlert (#9793) 2024-07-23 16:41:11 +05:30
Modal.vue chore: Linear integration fixes (#9538) 2024-05-29 11:28:13 +05:30
ModalHeader.vue feat: update create SLA modal design (#9182) 2024-04-08 21:02:01 -07:00
NetworkNotification.vue feat: Reconnect logic (#9453) 2024-06-03 15:54:19 +05:30
policy.vue chore: Move frontend authorization to permission based system (#9709) 2024-07-03 15:13:16 -07:00
SettingsSection.vue feat: Remove Foundation in favor of Tailwind (#8984) 2024-02-28 13:56:28 +05:30
SidemenuIcon.vue chore: Replace eventBus with mitt.js [CW-3275] (#9539) 2024-05-31 15:50:36 +05:30
Snackbar.vue feat: Remove Foundation in favor of Tailwind (#8984) 2024-02-28 13:56:28 +05:30
SnackbarContainer.vue feat: Replace alertMixin usage with useAlert (#9793) 2024-07-23 16:41:11 +05:30