refactor(ui): use EMCN fields in deployment and setup modals - #8009
BillLeoutsakosvl346 wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Before / after visual comparisonChat deployment Title, validation error and Welcome message now use ChipModalField. Labels become muted, field gutters become 8px, and shared label spacing is used; existing input surfaces and the 80px textarea minimum remain. Left = before; right = after. Rendered component fixtures with application CSS and local data, rather than authenticated product-page screenshots. These are representative visual examples, not end-to-end behavior coverage. Fresh isolated render of the chat field compositions; this does not claim live Chat/MCP deployment or Slack setup coverage. Current PR head checked at posting: |

Replace the remaining flagged field wrappers in Chat deployment, MCP deployment, and the Slack setup wizard with
ChipModalField. Reuse its labels, spacing, hints, and errors, and allow custom fields to associate their label with an existing control ID.The fields adopt EMCN’s muted labels, 9px label/control gaps, and aligned side gutters. Existing input surfaces, corners, textarea minimum heights, Slack input height, native required validation, and form submission remain intact. No new component variants are introduced.
Validation:
modal-fieldaudit findings removed; no new styling findings.