tinode / webapp

Tinode web chat using React
Apache License 2.0
318 stars 198 forks source link

Drag & drop for attaching files. #104

Closed aforge closed 1 year ago

aforge commented 1 year ago

Implements https://github.com/tinode/webapp/issues/103

or-else commented 1 year ago

One thing that I would do differently: allow dropping the file anywhere in <MessagesView> instead of only in <SendMessage> panel. Please take a look at how it's done in Whatsapp. Or Telegram, except it has two drop fields. I don't think we need two.

Second, if I drop an image, it should show <ImagePreview> instead of <DocPreview>.

Otherwise looks good.

aforge commented 1 year ago

Done.