Better toast notifications
Toast notifications now appear in the top-right corner with a cleaner, elevated style, so they no longer sit on top of the chat launcher or look like inline banners.1 ImprovedWhat changedHide details
- Improved
Toasts moved to the top-right with a polished look
Toast notifications now default to the top-right corner and render as an elevated white card with a shadow and a quick fade/slide-in, instead of the centered flat-gray card shared with inline banners. This keeps them away from the chat launcher in the bottom-right and makes them easier to scan without blocking the center of the screen.
- Top-right placement is the new default everywhere `CToast` is used.
- `CBanner` keeps its existing appearance for inline alerts; the toast-specific styling is applied through a backward-compatible `style` merge.