twilio / twilio-conversations-demo-react

Twilio Conversations Demo Web Application
MIT License
96 stars 295 forks source link

feat: Drop in Attachments #136

Closed lesquive closed 10 months ago

lesquive commented 10 months ago

Description: This PR enables file drag-and-drop functionality within the Chat window. When a user drags a file over the designated drop zone, the component's background color dynamically changes to offer visual feedback. This functionality leverages the capabilities of the react-dropzone library.

accepted files:

    accept: {
      "image/*": [".png", ".jpeg", ".jpg", ".gif"],
    },

Screen Recording 2023-11-08 at 20 14 01

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

berkus commented 10 months ago

@lesquive hi, please resolve the conflicts!

lesquive commented 10 months ago

@berkus merge conflicts resolved