iachat/app/javascript/dashboard/routes/dashboard
Fayaz Ahmed 7c2353c7d9
chore: Repalce Hook Mixin with useHook composable [CW-3454] (#9994)
# Pull Request Template

## Description

Replace Hook mixin with useHook composable

Fixes # (issue)

## Type of change

Please delete options that are not relevant.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality not to work as expected)
- [ ] This change requires a documentation update

## How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration.


## Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] 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
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream
modules

---------

Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
2024-08-22 16:48:02 +05:30
..
commands feat: Rewrite aiMixin to a composable (#9955) 2024-08-22 13:58:51 +05:30
contacts feat: Replace attributeMixin within the component (#9919) 2024-08-12 18:26:07 +05:30
conversation fix: TypeError Unhandled Promise Rejection: null is not an object (evaluating 'e[Symbol.iterator]') (#10007) 2024-08-22 16:41:42 +05:30
customviews feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
helpcenter refactor: useKeyboardEvents composable (#9959) 2024-08-22 16:40:55 +05:30
inbox fix: Snooze conversation not working in Inbox view (#9875) 2024-08-07 18:57:29 +05:30
notifications feat: Replace rtlMixin to a composable (#9924) 2024-08-12 15:50:21 +05:30
settings chore: Repalce Hook Mixin with useHook composable [CW-3454] (#9994) 2024-08-22 16:48:02 +05:30
suspended feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30
Captain.vue feat: Generate SSO URL in Chatwoot, move Captain to primary tab (#9871) 2024-08-01 19:22:34 -07:00
dashboard.routes.js feat: Generate SSO URL in Chatwoot, move Captain to primary tab (#9871) 2024-08-01 19:22:34 -07:00
Dashboard.vue feat: Eslint rules (#9839) 2024-08-05 14:02:16 +05:30