-
Notifications
You must be signed in to change notification settings - Fork 80
docs: add info about chat new features #12450 #3328
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
Conversation
|
Hello @IvanDanchev, Check the below option if you would like to automatically generate PR to production. The automation uses the branch for the cherry-pick, and then will delete the branch. Please, do not delete it manually.
|
| * `ChatMessageFilesLayoutMode.Vertical`—Files are displayed in a vertical stack (default) | ||
| * `ChatMessageFilesLayoutMode.Horizontal`—Files are displayed in a horizontal row | ||
| * `ChatMessageFilesLayoutMode.Wrap`—Files wrap to the next line when they exceed the message width |
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.
To avoid maintenance in the future, I suggest removing the list of available options and adding a link to the API reference: https://www.telerik.com/blazor-ui/documentation/api/telerik.blazor.components.chatmessagefileslayoutmodemode
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.
In general I agree, but in this case we've likely added all viable layout modes and I don't expect we are going to be adding more.
Closes https://github.com/telerik/blazor/issues/12450