Skip to content

Update Chatwoot chat UI styling and bump SDK version#1

Merged
rohittp0 merged 2 commits into
Lascade-Co:interim-lascade-publishfrom
Vivek-4321:fix/chatwoot-chat-ui
Jun 29, 2026
Merged

Update Chatwoot chat UI styling and bump SDK version#1
rohittp0 merged 2 commits into
Lascade-Co:interim-lascade-publishfrom
Vivek-4321:fix/chatwoot-chat-ui

Conversation

@Vivek-4321

Copy link
Copy Markdown

No description provided.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces extensive visual customization options and a modern dark theme to the Chatwoot SDK, including support for custom modifiers, background gradients, custom input bar styling, custom icons, date separators, and message linkification. The code review feedback focuses on critical Jetpack Compose performance optimizations, such as deferring animation state reads to the layout phase, caching drawing objects with drawWithCache, and remembering recomposition-heavy operations like gradient brush creation and regex-based URL linkification.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread sdk/src/commonMain/kotlin/com/chatwoot/android/sdk/ui/ChatScreen.kt Outdated
- TypingIndicator: read animated phase inside the offset{} lambda so it
  resolves in the layout phase instead of recomposing every frame
- ChatScreen: remember the background Brush to avoid re-allocating it
- MessageBubble: remember the linkify() result to skip regex on every
  recomposition during scroll
- dashedBorder: use drawWithCache to cache the Stroke/PathEffect across
  draw frames instead of allocating them each frame
@rohittp0 rohittp0 changed the base branch from master to interim-lascade-publish June 29, 2026 10:52
@rohittp0 rohittp0 merged commit f68d064 into Lascade-Co:interim-lascade-publish Jun 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants