iachat/app/javascript/dashboard
Sivin Varghese 32c25047c4
feat: Rewrite reportMixin to a composable (#10029)
# Pull Request Template

## Description

The PR will replace the usage of `reportMixin` with the help of
`useReportMetrics()` composable.

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

**Files updated**
1. dashboard/routes/dashboard/settings/reports/Index.vue
2. dashboard/routes/dashboard/settings/reports/BotReports.vue
3. dashboard/routes/dashboard/settings/reports/ReportContainer.vue
4.
dashboard/routes/dashboard/settings/reports/components/WootReports.vue
5.
dashboard/routes/dashboard/settings/reports/components/ChartElements/ChartStats.vue

## Type of change

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

## How Has This Been Tested?

Test the all the reports view.


## 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-27 08:00:05 +05:30
..
api feat: Generate SSO URL in Chatwoot, move Captain to primary tab (#9871) 2024-08-01 19:22:34 -07:00
assets feat: Update the design for dashboard_apps (#9840) 2024-07-25 16:26:00 -07:00
components feat: Rewrite command bar mixin to a composable (#10015) 2024-08-26 15:55:59 +05:30
composables feat: Rewrite reportMixin to a composable (#10029) 2024-08-27 08:00:05 +05:30
constants feat: Better SLA missed events popover (#9215) 2024-04-10 12:49:38 +05:30
helper feat: Rewrite command bar mixin to a composable (#10015) 2024-08-26 15:55:59 +05:30
i18n feat: Update the design for automation (#10002) 2024-08-22 16:22:54 +05:30
mixins feat: Rewrite reportMixin to a composable (#10029) 2024-08-27 08:00:05 +05:30
modules refactor: useKeyboardEvents composable (#9959) 2024-08-22 16:40:55 +05:30
routes feat: Rewrite reportMixin to a composable (#10029) 2024-08-27 08:00:05 +05:30
store feat: Update the design for automation (#10002) 2024-08-22 16:22:54 +05:30
App.vue feat: Replace rtlMixin to a composable (#9924) 2024-08-12 15:50:21 +05:30
featureFlags.js feat: Generate SSO URL in Chatwoot, move Captain to primary tab (#9871) 2024-08-01 19:22:34 -07:00