Skip to content

Chat & Scheduler - update new demo descriptions#33508

Merged
vladaskorohodova merged 1 commit into
DevExpress:26_1from
vladaskorohodova:chat-scheduler-new-demos26_1
May 6, 2026
Merged

Chat & Scheduler - update new demo descriptions#33508
vladaskorohodova merged 1 commit into
DevExpress:26_1from
vladaskorohodova:chat-scheduler-new-demos26_1

Conversation

@vladaskorohodova
Copy link
Copy Markdown
Contributor

No description provided.

@vladaskorohodova vladaskorohodova self-assigned this May 6, 2026
Copilot AI review requested due to automatic review settings May 6, 2026 07:24
@vladaskorohodova vladaskorohodova requested review from a team as code owners May 6, 2026 07:24
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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
@vladaskorohodova vladaskorohodova merged commit 2cb0533 into DevExpress:26_1 May 6, 2026
55 checks passed
@vladaskorohodova vladaskorohodova deleted the chat-scheduler-new-demos26_1 branch May 6, 2026 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants