iachat/app/javascript/dashboard/components-next/NewConversation/components
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
..
story feat: Add compose conversation components (#10457) 2024-12-05 16:31:47 -08:00
ActionButtons.vue Merge branch 'main' into chore/merge-upstream-4.10 2026-01-16 14:01:53 -03:00
AttachmentPreviews.vue fix: Handle rich message signatures & attachment overflow (#13045) 2025-12-10 23:13:04 +05:30
ComposeNewConversationForm.vue fix(compose-conversation): allow modal to shrink on narrow viewports (#280) 2026-05-04 22:20:31 -03:00
ComposeNewGroupForm.vue fix(compose-conversation): allow modal to shrink on narrow viewports (#280) 2026-05-04 22:20:31 -03:00
ContactSelector.vue feat: Use new compose conversation in conversation sidebar (#11085) 2025-03-18 15:09:10 +05:30
ContentTemplateForm.vue feat: Add twilio content templates (#12277) 2025-08-29 16:13:25 +05:30
ContentTemplateSelector.vue feat: Add twilio content templates (#12277) 2025-08-29 16:13:25 +05:30
EmailOptions.vue feat: compose form improvements (#13668) 2026-03-02 18:27:51 +05:30
InboxEmptyState.vue feat: compose form improvements (#13668) 2026-03-02 18:27:51 +05:30
InboxSelector.vue feat: compose form improvements (#13668) 2026-03-02 18:27:51 +05:30
MessageEditor.vue feat: compose form improvements (#13668) 2026-03-02 18:27:51 +05:30
WhatsAppOptions.vue feat: WhatsApp enhanced templates front end changes (#12117) 2025-08-12 18:53:19 +05:30
WhatsappTemplate.vue feat: WhatsApp enhanced templates front end changes (#12117) 2025-08-12 18:53:19 +05:30