Table of Contents

A fresh coat of paint just landed on Clerk Chat. The goal is a cleaner, more spacious workspace that still feels instantly familiar.

Visual Polish

  • Streamlined spacing between elements
  • Sharper icons with clearer hover/active feedback
  • Smoother opening/closing and message-flow animations
  • Toast notifications now match the new look

Functional Tweaks

  • Feedback buttons have been removed (for now) to reduce noise in the message area. The underlying feedback API remains available while we explore better placement.
  • Need more room? You can now enlarge or shrink the entire chat panel on demand.

Developer Hook

The new size toggle is exposed in clerk.js:

// Enlarge chat
Clerk('chat', 'enlarge', true);

// Shrink chat
Clerk('chat', 'enlarge', false);

// Let Clerk decide (default)
Clerk('chat', 'enlarge', undefined);

Enjoy the extra breathing room—and let us know what you think!