iachat/app
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
..
actions fix(conversations): enforce NOT NULL on contact_id + cleanup orphans (#273) 2026-04-22 13:57:40 -03:00
assets feat: Hide installation identifier (#11722) 2025-06-17 15:45:40 -07:00
builders Merge branch 'main' into chore/merge-4.13.0 2026-04-17 16:23:47 -03:00
channels fix: Move contact events to account stream rather than individual user stream (#11082) 2025-03-13 17:46:48 -07:00
controllers feat(whatsapp): add emoji reactions UI (#276) 2026-04-30 21:09:12 -03:00
dashboards feat(super-admin): hide assignee tabs for basic agents (#279) 2026-04-30 16:25:45 -03:00
dispatchers feat(internal-chat): implement internal chat system for agents (#247) 2026-04-11 13:50:15 -03:00
drops feat: Implement existing template linking for CSAT surveys (#218) 2026-02-18 18:00:29 -03:00
fields feat(super-admin): hide assignee tabs for basic agents (#279) 2026-04-30 16:25:45 -03:00
finders feat(whatsapp): add emoji reactions UI (#276) 2026-04-30 21:09:12 -03:00
helpers release v4.12.0-fazer-ai.47 (#259) 2026-04-08 20:52:26 -03:00
javascript fix(compose-conversation): allow modal to shrink on narrow viewports (#280) 2026-05-04 22:20:31 -03:00
jobs fix(conversations): enforce NOT NULL on contact_id + cleanup orphans (#273) 2026-04-22 13:57:40 -03:00
listeners fix(internal-chat): use internal_chat_channel_id in delete payloads (#270) 2026-04-19 14:06:02 -03:00
mailboxes Chore/merge upstream 4.8.0 (#150) 2025-11-19 16:25:58 -03:00
mailers Merge branch 'main' into chore/merge-4.13.0 2026-04-17 16:23:47 -03:00
models feat(whatsapp): add emoji reactions UI (#276) 2026-04-30 21:09:12 -03:00
policies feat(whatsapp): convert inbox between WhatsApp providers (#268) 2026-04-18 20:57:27 -03:00
presenters feat(whatsapp): add emoji reactions UI (#276) 2026-04-30 21:09:12 -03:00
services feat(whatsapp): add emoji reactions UI (#276) 2026-04-30 21:09:12 -03:00
views feat(whatsapp): add emoji reactions UI (#276) 2026-04-30 21:09:12 -03:00