-
Notifications
You must be signed in to change notification settings - Fork 664
Scheduler: Demo. wrong file name(start -> star) #32224
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
base: 26_1
Are you sure you want to change the base?
Conversation
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.
Pull request overview
This PR fixes a typo in an image filename reference across Scheduler demo files. The image file name "AStartIsBorn.jpg" (incorrect - "Start" instead of "Star") has been renamed to "AStarIsBorn.jpg" to properly match the movie title "A Star Is Born".
Changes:
- Renamed the physical image file from
AStartIsBorn.jpgtoAStarIsBorn.jpg - Updated image path references in demo data files across jQuery, React, ReactJs, Vue, and Angular Templates demos
- Updated image path references in demo data files across jQuery, React, ReactJs, and Vue CurrentTimeIndicator demos
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| apps/demos/images/movies/AStarIsBorn.jpg | Image file renamed from AStartIsBorn.jpg to fix typo |
| apps/demos/Demos/Scheduler/Templates/jQuery/data.js | Updated image path reference to corrected filename |
| apps/demos/Demos/Scheduler/Templates/Vue/data.ts | Updated image path reference to corrected filename |
| apps/demos/Demos/Scheduler/Templates/ReactJs/data.js | Updated image path reference to corrected filename |
| apps/demos/Demos/Scheduler/Templates/React/data.ts | Updated image path reference to corrected filename |
| apps/demos/Demos/Scheduler/Templates/Angular/app/app.service.ts | Updated image path reference to corrected filename |
| apps/demos/Demos/Scheduler/CurrentTimeIndicator/jQuery/data.js | Updated image path reference to corrected filename |
| apps/demos/Demos/Scheduler/CurrentTimeIndicator/Vue/data.ts | Updated image path reference to corrected filename |
| apps/demos/Demos/Scheduler/CurrentTimeIndicator/ReactJs/data.js | Updated image path reference to corrected filename |
| apps/demos/Demos/Scheduler/CurrentTimeIndicator/React/data.ts | Updated image path reference to corrected filename |
…eme into fix/rename-star-image
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.
Pull request overview
Copilot reviewed 10 out of 12 changed files in this pull request and generated no new comments.
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.
Pull request overview
Copilot reviewed 10 out of 12 changed files in this pull request and generated no new comments.
Image name AStartIsBorn.jpg renamed to AStarIsBorn.jpg