Scheduler Timeline Demo: Update UI Texts#33183
Merged
arman-boyakhchyan merged 4 commits intoDevExpress:26_1from Apr 8, 2026
Merged
Scheduler Timeline Demo: Update UI Texts#33183arman-boyakhchyan merged 4 commits intoDevExpress:26_1from
arman-boyakhchyan merged 4 commits intoDevExpress:26_1from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Scheduler “Timelines” demo UI across frameworks to make the options panel clearer and more consistent, while simplifying the “snapToCellsMode” selector data.
Changes:
- Adds an “Options” caption and renames the label from “Snap to Cells Mode” to “Snap to Grid”.
- Simplifies SelectBox items for
snapToCellsModefrom{ value, text }objects to primitive string arrays (and removesvalueExpr/displayExprwhere applicable). - Adjusts demo styling by adding a caption style and forcing appointment content text color to white.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| apps/demos/Demos/Scheduler/Timelines/Vue/App.vue | Updates options UI text/caption, simplifies SelectBox items, and adds related styles. |
| apps/demos/Demos/Scheduler/Timelines/ReactJs/App.js | Simplifies SelectBox items and updates options UI text/caption. |
| apps/demos/Demos/Scheduler/Timelines/ReactJs/styles.css | Adds caption styling and appointment content text color override. |
| apps/demos/Demos/Scheduler/Timelines/React/App.tsx | Simplifies SelectBox items (typed) and updates options UI text/caption. |
| apps/demos/Demos/Scheduler/Timelines/React/styles.css | Adds caption styling and appointment content text color override. |
| apps/demos/Demos/Scheduler/Timelines/jQuery/index.js | Simplifies dxSelectBox items and removes value/display expr mapping. |
| apps/demos/Demos/Scheduler/Timelines/jQuery/index.html | Updates options UI text/caption in markup. |
| apps/demos/Demos/Scheduler/Timelines/jQuery/styles.css | Adds caption styling and appointment content text color override. |
| apps/demos/Demos/Scheduler/Timelines/Angular/app/app.component.ts | Simplifies snapToCellsModeItems to typed primitive array. |
| apps/demos/Demos/Scheduler/Timelines/Angular/app/app.component.html | Updates options UI text/caption and removes value/display expr mapping. |
| apps/demos/Demos/Scheduler/Timelines/Angular/app/app.component.css | Adds caption styling and appointment content text color override (via ::ng-deep). |
sjbur
previously approved these changes
Apr 8, 2026
sjbur
approved these changes
Apr 8, 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.