chatwoot/app/javascript/widget
Shivam Mishra c51a458c25
style: apply fixes for eslint issues [cw-3590] (#10210)
These fixes are all auto generated and can be merged directly

Fixes the following issues

1. Event used on components should be hypenated
2. Attribute orders in components
3. Use `unmounted` instead of `destroyed`
4. Add explicit `emits` declarations for components, autofixed [using
this
script](https://gist.github.com/scmmishra/6f549109b96400006bb69bbde392eddf)


We ignore the top level v-if for now, we will fix it later
2024-10-03 15:02:12 +05:30
..
api 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
assets fix: Typing indicator to support dark mode (#8564) 2023-12-15 09:57:13 +05:30
components style: apply fixes for eslint issues [cw-3590] (#10210) 2024-10-03 15:02:12 +05:30
composables chore: Replace darkmode mixin with useDarkMode composable [CW-3474] (#9949) 2024-09-12 00:29:41 +05:30
constants fix: Change the route change logic based on bus events, after creating a new conversation in the widget. (#8328) 2023-11-10 09:44:59 +05:30
helpers feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
i18n feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
mixins feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
store feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
views style: apply fixes for eslint issues [cw-3590] (#10210) 2024-10-03 15:02:12 +05:30
App.vue feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
router.js feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00