Skip to content

Conversation

@Alyar666
Copy link
Contributor

No description provided.

@Alyar666 Alyar666 requested a review from Raushen November 10, 2025 16:30
@Alyar666 Alyar666 self-assigned this Nov 10, 2025
@Alyar666 Alyar666 requested a review from a team as a code owner November 10, 2025 16:30
Copilot AI review requested due to automatic review settings November 10, 2025 16:30
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 adds styling for the AI prompt editor progressbar component across all three DevExtreme themes (Material, Generic, and Fluent). The changes ensure consistent visual appearance of the progressbar in grid-based widgets that use the AI prompt editor feature.

  • Introduces a new SCSS variable for progressbar height (4px) in each theme
  • Applies custom styling to remove default borders and border-radius from the progressbar's animating container
  • Maintains consistency across all three themes with minor variations (e.g., Generic theme explicitly removes borders)

Reviewed Changes

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

Show a summary per file
File Description
packages/devextreme-scss/scss/widgets/material/gridBase/_sizes.scss Adds $material-grid-base-ai-prompt-editor-progressbar-height variable with 4px default value
packages/devextreme-scss/scss/widgets/material/gridBase/_index.scss Applies height and border-radius styling to progressbar animating container for Material theme
packages/devextreme-scss/scss/widgets/generic/gridBase/_sizes.scss Adds $generic-grid-base-ai-prompt-editor-progressbar-height variable with 4px default value
packages/devextreme-scss/scss/widgets/generic/gridBase/_index.scss Applies height, border, and border-radius styling to progressbar animating container for Generic theme
packages/devextreme-scss/scss/widgets/fluent/gridBase/_sizes.scss Adds $fluent-grid-base-ai-prompt-editor-progressbar-height variable with 4px default value
packages/devextreme-scss/scss/widgets/fluent/gridBase/_index.scss Applies height and border-radius styling to progressbar animating container for Fluent theme

@Alyar666 Alyar666 merged commit 6c3c498 into DevExpress:25_2 Nov 10, 2025
98 of 100 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants