Skip to content

Conversation

@Tucchhaa
Copy link
Contributor

@Tucchhaa Tucchhaa commented Nov 6, 2025

No description provided.

@Tucchhaa Tucchhaa self-assigned this Nov 6, 2025
@Tucchhaa Tucchhaa marked this pull request as ready for review November 7, 2025 11:50
@Tucchhaa Tucchhaa requested a review from a team as a code owner November 7, 2025 11:50
Copilot AI review requested due to automatic review settings November 7, 2025 11:50
Copy link
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 refactors the scheduler appointment popup functionality and updates a jQuery demo. The main changes include reordering method calls in the popup initialization, renaming editor name constants for consistency, and completely refactoring the demo's form customization with improved UI.

  • Refactored appointment popup form initialization to improve timing and remove redundant toolbar updates
  • Updated editor name constants to have an "Editor" suffix for better clarity and consistency
  • Redesigned the jQuery Templates demo with a modernized form layout and visual styling

Reviewed Changes

Copilot reviewed 5 out of 12 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
m_popup.ts Removed premature updateToolbarForMainGroup() call and moved showMainGroup(false) to after form data is set
m_form.ts Renamed editor name constants to include "Editor" suffix (e.g., startDatestartDateEditor)
jQuery/index.js Complete refactor of form customization with custom template, improved event handling, and modern UI components
jQuery/styles.css Updated styles for the modernized demo with new layout classes and visual improvements
jQuery/data.js Changed movie color palette to softer pastel colors

Copilot AI review requested due to automatic review settings November 10, 2025 11:04
Copy link
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

Copilot reviewed 5 out of 12 changed files in this pull request and generated 1 comment.

Copilot AI review requested due to automatic review settings November 13, 2025 14:02
Copilot finished reviewing on behalf of Tucchhaa November 13, 2025 14:06
Copy link
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

Copilot reviewed 5 out of 12 changed files in this pull request and generated 5 comments.

Copilot AI review requested due to automatic review settings November 13, 2025 14:42
Copilot finished reviewing on behalf of Tucchhaa November 13, 2025 14:46
Copy link
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

Copilot reviewed 5 out of 12 changed files in this pull request and generated 3 comments.

Signed-off-by: Eldar Iusupzhanov <[email protected]>
if (canceled) {
e.cancel = true;
} else {
this.updateToolbarForMainGroup();
Copy link
Contributor

Choose a reason for hiding this comment

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

We are really should remove this line?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep, that's a duplicate invocation of updateToolbarForMainGroup. Because already have this callstack:
_onShowing ->
_updateForm ->
showMainGroup ->
updateToolbarForMainGroup

Sorry for the unrelated change in the PR, but I have noticed it and was afraid that I would forgot about that.

Copilot AI review requested due to automatic review settings November 13, 2025 15:13
Copilot finished reviewing on behalf of Tucchhaa November 13, 2025 15:16
Copy link
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

Copilot reviewed 5 out of 12 changed files in this pull request and generated 1 comment.

Copilot AI review requested due to automatic review settings November 13, 2025 21:19
Copilot finished reviewing on behalf of aleksei-semikozov November 13, 2025 21:24
Copy link
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

Copilot reviewed 5 out of 12 changed files in this pull request and generated 5 comments.

Copilot AI review requested due to automatic review settings November 14, 2025 06:01
Copilot finished reviewing on behalf of Tucchhaa November 14, 2025 06:03
Copy link
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

Copilot reviewed 5 out of 12 changed files in this pull request and generated 1 comment.

@aleksei-semikozov aleksei-semikozov merged commit efb51ae into DevExpress:25_2 Nov 14, 2025
97 of 102 checks passed
@Tucchhaa Tucchhaa deleted the update_jquery_demo branch November 14, 2025 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants