Chat: Add New Updates#863
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR expands the WinForms RadChat documentation with new “Features” content (file upload, speech-to-text, replies, multi-line editor), updates existing reference docs (properties/methods/events, localization), and wires the new section into site navigation/redirects.
Changes:
- Added new Chat “Features” articles (Speech-to-Text, File Upload, Multi-Line Input Editor, Replies) and associated images.
- Moved/updated the Toolbar article into the new Features area and added a redirect for the old toolbar URL.
- Updated reference documentation for newly documented APIs/events and updated localization sample strings.
Reviewed changes
Copilot reviewed 10 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs-builder.yml | Adds Chat “Features” section to nav + redirect for moved toolbar page |
| controls/chat/_meta.yml | Adds Chat section metadata |
| controls/chat/properties-methods-events.md | Documents new properties/methods/events (replies, attachments, speech-to-text, etc.) |
| controls/chat/localization/localization.md | Extends localization sample with new string IDs |
| controls/chat/customizing-appearance/accessing-and-customizing-elements.md | Updates element list and documents new accessible elements |
| controls/chat/features/toolbar.md | Reformats/moves toolbar doc under Features; adds front matter fields |
| controls/chat/features/speech-to-text.md | New feature article |
| controls/chat/features/replies.md | New feature article |
| controls/chat/features/multi-line-editor.md | New feature article |
| controls/chat/features/file-upload.md | New feature article |
| controls/chat/features/images/chat-items-toolbar002.gif | Adds toolbar image asset |
Comments suppressed due to low confidence (2)
controls/chat/features/toolbar.md:10
previous_urluses a relative path (controls/chat/toolbar) that doesn’t match theprevious_urlformats used elsewhere in this repo (typically legacy slug tokens and/or leading-slash paths, e.g.controls/calendar/features/header.md:9). If this is meant to redirect the old page location, consider switching to the established format (include a leading/for path-based URLs, or use the prior slug token), otherwise the redirect may not be picked up by the docs pipeline.
controls/chat/features/toolbar.md:6- This page lives under the new
controls/chat/features/section, but itsslugremainswinforms/chat/toolbarwhile the other pages in the same section usewinforms/chat/features/...slugs (e.g.file-upload.md:5,speech-to-text.md:5). Keeping the old slug works only via redirects and creates an inconsistent URL scheme for the new Features section. Consider updating the slug towinforms/chat/features/toolbarand keeping the old slug/URL reachable via redirects.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
nade7o
approved these changes
May 19, 2026
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
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.
No description provided.