Chat & Scheduler - update new demo descriptions#33508
Merged
vladaskorohodova merged 1 commit intoMay 6, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates user-facing demo descriptions for Scheduler and Chat demos to improve phrasing and clarify behavior in the DevExtreme demos catalog.
Changes:
- Refines the Scheduler “Hidden Days” demo description wording.
- Updates the Scheduler “Create From Selection” description wording around selection-to-appointment behavior.
- Revises the Chat “Message Streaming” description for clarity around streaming, stopping, and empty view behavior.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| apps/demos/Demos/Scheduler/HiddenDays/description.md | Minor wording adjustments describing hidden weekdays and their indexing convention. |
| apps/demos/Demos/Scheduler/CreateFromSelection/description.md | Updates description of multi-cell selection and the related onSelectionEnd event flow. |
| apps/demos/Demos/Chat/MessageStreaming/description.md | Rewords streaming/empty-view explanations for the Chat + Azure OpenAI demo. |
| <!--split--> | ||
|
|
||
| The Scheduler raises the [onSelectionEnd](/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#onSelectionEnd) event when a user finishes selecting cells. The event's `selectedCellData` array contains one object per selected cell, each with `startDate`, `endDate`, `allDay`, and group field values. | ||
| DevExtreme Scheduler raises the [onSelectionEnd](/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#onSelectionEnd) event when a user selects cells. The event's `selectedCellData` array contains one object per selected cell, each with `startDate`, `endDate`, `allDay`, and group field values. |
| ## Custom Empty View | ||
|
|
||
| The Chat component specifies an [emptyViewTemplate](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#emptyViewTemplate) that replaces the default empty state with custom suggestion cards. Clicking a card creates a message and triggers the demo message sending flow directly, bypassing the text input. No newline at end of file | ||
| The Chat component specifies an [emptyViewTemplate](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#emptyViewTemplate) that replaces the default empty state with custom suggestion cards. Clicking a card creates a message and triggers demo message send operations directly, bypassing text input. No newline at end of file |
sjbur
approved these changes
May 6, 2026
r-farkhutdinov
approved these changes
May 6, 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.