Skip to content
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

Fix dropzone visibility #87

Merged
merged 1 commit into from
Mar 31, 2025
Merged

Fix dropzone visibility #87

merged 1 commit into from
Mar 31, 2025

Conversation

kwinto
Copy link
Contributor

@kwinto kwinto commented Mar 28, 2025

This pull request includes a minor update to the WebchatUI component in the src/webchat-ui/components/WebchatUI.tsx file. The change ensures that the drop zone visibility is only set when the file storage settings are enabled.

Success criteria

  • When dragging a file into Webchat, we show the drop zone only when the file upload is configured.

How to test

  1. Disable file upload in the endpoint
    Webchat3 -> Webchat behavior -> Attachment Upload -> Enabled: false
  2. Try to drag a file into the Webchat. Drop zone should not be activated.
  3. Enable file upload setting
  4. Try to drag a file in.
  5. Drop zone should become visible.

Copy link
Contributor

@Copilot 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 updates the WebchatUI component to ensure that the drop zone is only activated when file upload is enabled in the settings.

  • Updated the handleDragEnter function to conditionally show the drop zone based on the file storage settings.
  • Removed an unused function (handleDropZoneVisibility) to clean up the code.

@kwinto kwinto merged commit a3f10e8 into main Mar 31, 2025
5 of 6 checks passed
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