Skip to content

Fix chat profile welcome description without icon - #2990

Open
sivajeetsabdakar wants to merge 3 commits into
Chainlit:mainfrom
sivajeetsabdakar:fix/welcome-description-without-icon
Open

Fix chat profile welcome description without icon#2990
sivajeetsabdakar wants to merge 3 commits into
Chainlit:mainfrom
sivajeetsabdakar:fix/welcome-description-without-icon

Conversation

@sivajeetsabdakar

@sivajeetsabdakar sivajeetsabdakar commented Jul 20, 2026

Copy link
Copy Markdown

Summary

  • Decouple chat profile welcome description rendering from icon presence so markdown_description always renders when provided.
  • Keep existing logo fallback behavior when icon is missing.

Closes issue #2935.


Summary by cubic

Fixes the welcome screen so a chat profile’s markdown_description shows even without an icon. Fixes #2935.

  • Bug Fixes
    • Always render markdown_description independent of icon presence.
    • Normalize icon URLs via apiClient.buildEndpoint; add descriptive alt text; show Logo when no icon or the selected profile is missing/unmatched.

Written for commit 70b3cc7. Summary will update on new commits.

Review in cubic

@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. frontend Pertains to the frontend. labels Jul 20, 2026

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

All reported issues were addressed across 1 file

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread frontend/src/components/chat/WelcomeScreen.tsx Outdated
@github-actions

Copy link
Copy Markdown

This PR is stale because it has been open for 14 days with no activity.

@github-actions github-actions Bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend Pertains to the frontend. size:M This PR changes 30-99 lines, ignoring generated files. stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chat profile description not displayed consistently depending on icon/favico configuration

2 participants