Skip to content

Conversation

@vladaskorohodova
Copy link
Contributor

No description provided.

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 documentation for the Chat component's File Attachments demo. The description explains how to enable file attachment functionality, configure file uploader options, handle attachments with custom fields, and implement download functionality.

Key Changes:

  • Adds comprehensive demo description explaining the fileUploaderOptions configuration
  • Documents the Attachment type structure and custom field extension pattern
  • Explains the onAttachmentDownloadClick event handler implementation

marker-dao
marker-dao previously approved these changes Nov 26, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Vlada Skorokhodova <94827090+vladaskorohodova@users.noreply.github.com>
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 1 out of 1 changed files in this pull request and generated no new comments.

helen-dikareva
helen-dikareva previously approved these changes Dec 8, 2025
Copilot AI review requested due to automatic review settings December 9, 2025 06:07
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 1 out of 1 changed files in this pull request and generated no new comments.

Co-authored-by: Elena Khamlyuk <80813840+khamlyuk@users.noreply.github.com>
Signed-off-by: Vlada Skorokhodova <94827090+vladaskorohodova@users.noreply.github.com>
Copilot AI review requested due to automatic review settings December 9, 2025 10:07
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 1 out of 1 changed files in this pull request and generated no new comments.

Copilot AI review requested due to automatic review settings December 9, 2025 10:15
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 1 out of 1 changed files in this pull request and generated 3 comments.

Comment on lines +9 to +15
Specifies the maximum allowed file size.
- **minFileSize**
Specifies the minimum allowed file size.
- **multiple**
When set to `false`, limits uploads to a single file.
- **allowedFileExtensions**
Restricts accepted file types.
Copy link

Copilot AI Dec 9, 2025

Choose a reason for hiding this comment

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

The description text should be on the same line as the property name or properly indented. Based on other demo descriptions in the codebase, format should be:

- **maxFileSize**    
  Specifies the maximum allowed file size.

Or keep both on the same line:

- **maxFileSize** - Specifies the maximum allowed file size.
Suggested change
Specifies the maximum allowed file size.
- **minFileSize**
Specifies the minimum allowed file size.
- **multiple**
When set to `false`, limits uploads to a single file.
- **allowedFileExtensions**
Restricts accepted file types.
Specifies the maximum allowed file size.
- **minFileSize**
Specifies the minimum allowed file size.
- **multiple**
When set to `false`, limits uploads to a single file.
- **allowedFileExtensions**
Restricts accepted file types.

Copilot uses AI. Check for mistakes.
Comment on lines +9 to +15
Specifies the maximum allowed file size.
- **minFileSize**
Specifies the minimum allowed file size.
- **multiple**
When set to `false`, limits uploads to a single file.
- **allowedFileExtensions**
Restricts accepted file types.
Copy link

Copilot AI Dec 9, 2025

Choose a reason for hiding this comment

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

The description text should be on the same line as the property name or properly indented. Based on other demo descriptions in the codebase, format should be:

- **minFileSize**    
  Specifies the minimum allowed file size.

Or keep both on the same line:

- **minFileSize** - Specifies the minimum allowed file size.
Suggested change
Specifies the maximum allowed file size.
- **minFileSize**
Specifies the minimum allowed file size.
- **multiple**
When set to `false`, limits uploads to a single file.
- **allowedFileExtensions**
Restricts accepted file types.
Specifies the maximum allowed file size.
- **minFileSize**
Specifies the minimum allowed file size.
- **multiple**
When set to `false`, limits uploads to a single file.
- **allowedFileExtensions**
Restricts accepted file types.

Copilot uses AI. Check for mistakes.
Comment on lines +9 to +15
Specifies the maximum allowed file size.
- **minFileSize**
Specifies the minimum allowed file size.
- **multiple**
When set to `false`, limits uploads to a single file.
- **allowedFileExtensions**
Restricts accepted file types.
Copy link

Copilot AI Dec 9, 2025

Choose a reason for hiding this comment

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

The description text should be on the same line as the property name or properly indented. Based on other demo descriptions in the codebase, format should be:

- **allowedFileExtensions**    
  Restricts accepted file types.

Or keep both on the same line:

- **allowedFileExtensions** - Restricts accepted file types.
Suggested change
Specifies the maximum allowed file size.
- **minFileSize**
Specifies the minimum allowed file size.
- **multiple**
When set to `false`, limits uploads to a single file.
- **allowedFileExtensions**
Restricts accepted file types.
Specifies the maximum allowed file size.
- **minFileSize**
Specifies the minimum allowed file size.
- **multiple**
When set to `false`, limits uploads to a single file.
- **allowedFileExtensions**
Restricts accepted file types.

Copilot uses AI. Check for mistakes.
Co-authored-by: Elena Khamlyuk <80813840+khamlyuk@users.noreply.github.com>
Signed-off-by: Vlada Skorokhodova <94827090+vladaskorohodova@users.noreply.github.com>
Copilot AI review requested due to automatic review settings December 10, 2025 05:37
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 1 out of 1 changed files in this pull request and generated no new comments.

@vladaskorohodova vladaskorohodova merged commit f4f667a into DevExpress:25_2 Dec 10, 2025
56 checks passed
@vladaskorohodova vladaskorohodova deleted the chat-file-attachments-demo-description25_2 branch December 10, 2025 06:58
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.

5 participants