-
Notifications
You must be signed in to change notification settings - Fork 70
Chat revamp #5490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
inikolova
wants to merge
9
commits into
develop
Choose a base branch
from
chat-revamp
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Chat revamp #5490
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Packages Report
|
51cd453
to
6338582
Compare
0f61b2d
to
757c769
Compare
e7ce923
to
ad6f34d
Compare
521610a
to
c28fb3e
Compare
PR rebased |
Merged
PR rebased |
50569cb
to
6f5ac60
Compare
58d9385
to
4de9a06
Compare
zhpenkov
reviewed
Jul 9, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are some things I found confusing while reviewing the visual tests.
I have provided some suggestions below. Please feel free to address any that you find reasonable.
Looking Great Overall 🎉 !
TeyaVes
reviewed
Jul 10, 2025
48b3548
to
8f2ec7d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes: https://github.com/telerik/kendo-themes-private/issues/375
Design: https://www.figma.com/design/cTPYz7xGzVWYQieZPBkCto/Conversational-UI?node-id=5575-38418&m=dev
This task is part of the ongoing revamp of the Chat component, which is intended to improve the user experience of both human-to-human and human-to-AI interactions within the chat interface. This iteration suggests enhanced rendering and improved styling for the Chat component.
Breaking Changes
This PR suggests the following breaking changes in the Chat component:
Input
Quick Replies
Message group
k-chat-message-group-content
.k-only, .k-first, .k-middle, .k-last removed
The classes k-only, k-first, k-middle, k-last should be removed
.k-message-group-receiver/sender
The .k-alt class is removed from messages and references in favor of a k-message-group-receiver/sender in the following way:
New Features
Full width messages
Upload Files Dialog
The
k-chat-upload
class is required on the k-dialog element.Others
The current PR suggest also rendering, test and styling for the following newly added features:
- Chat header;
- Attachments - single and multiple;
- Expandable messages;
- Pinned messages;
- Pinned attachments;
- Message reply;
- Message deleted;
- States for the message bubbles;
- Message actions toolbar;
- Message width - full-width messages (only for ai integration);
- Skeleton;
- Typing indicator with animation;
- Stop response generation button;
Also improved styling is suggested for the following:
- Links inside messages;
- Time stamp;
- Suggestions (new Quick Replies) - added states, option for scrolling (default), and theme colors;