chatwoot/app/javascript/widget
Fayaz Ahmed a76cd7684a
Some checks failed
Publish Chatwoot CE docker images / build (push) Has been cancelled
Run Chatwoot CE spec / test (push) Has been cancelled
Run Response Bot spec / test (push) Has been cancelled
chore: Replace darkmode mixin with useDarkMode composable [CW-3474] (#9949)
# Pull Request Template

## Description

Replaces darkModeMixin with the new useDarkMode composable and replaces
wll usages of mixin the the composable in components and pages

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

## Type of change

Please delete options that are not relevant.

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

---------

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
2024-09-12 00:29:41 +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 chore: Replace darkmode mixin with useDarkMode composable [CW-3474] (#9949) 2024-09-12 00:29:41 +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: 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
i18n chore: Update translations (#9976) 2024-08-20 20:13:09 +05:30
mixins chore: Replace darkmode mixin with useDarkMode composable [CW-3474] (#9949) 2024-09-12 00:29:41 +05:30
store 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
views chore: Replace darkmode mixin with useDarkMode composable [CW-3474] (#9949) 2024-09-12 00:29:41 +05:30
App.vue chore: Replace darkmode mixin with useDarkMode composable [CW-3474] (#9949) 2024-09-12 00:29:41 +05:30
router.js fix: Render articles in widget if it is available (#7654) 2023-09-14 19:56:17 +05:30