iachat/app/javascript/dashboard
Gabriel Jablonski 6ef7f29348
fix(compose-conversation): allow modal to shrink on narrow viewports (#280)
Wrappers around the conversation/group forms had a hardcoded w-[42rem] without min-w-0, so on viewports below 672px the modal overflowed both sides. The forms themselves also forced w-[42rem] on a flex-col cross axis, which kept overflowing the wrapper after it shrank. Add min-w-0 to the wrappers and let the forms follow the wrapper width via w-full.
2026-05-04 22:20:31 -03:00
..
api feat(whatsapp): add emoji reactions UI (#276) 2026-04-30 21:09:12 -03:00
assets Merge branch 'main' into chore/merge-4.13.0 2026-04-17 16:23:47 -03:00
components feat(whatsapp): add emoji reactions UI (#276) 2026-04-30 21:09:12 -03:00
components-next fix(compose-conversation): allow modal to shrink on narrow viewports (#280) 2026-05-04 22:20:31 -03:00
composables Merge branch 'main' into chore/merge-4.13.0 2026-04-17 16:23:47 -03:00
constants fix(guides): point FAZER_AI_GUIDES_URL to /#/guides (#271) 2026-04-21 11:05:17 -03:00
helper feat(whatsapp): add emoji reactions UI (#276) 2026-04-30 21:09:12 -03:00
i18n feat(whatsapp): add emoji reactions UI (#276) 2026-04-30 21:09:12 -03:00
mixins Chore/merge upstream 4.8.0 (#150) 2025-11-19 16:25:58 -03:00
modules Merge branch 'chatwoot/develop' into chore/merge-upstream-4.12.0 2026-03-20 00:27:45 -03:00
routes feat(whatsapp): add emoji reactions UI (#276) 2026-04-30 21:09:12 -03:00
store feat(whatsapp): add emoji reactions UI (#276) 2026-04-30 21:09:12 -03:00
stores feat: Voice Channel (#11602) 2025-12-19 12:41:33 -08:00
App.vue fix(sentry): syntaxError: No error message (#13954) 2026-03-31 21:09:02 +05:30
featureFlags.js Merge branch 'main' into chore/merge-4.13.0 2026-04-17 16:23:47 -03:00