status-desktop/ui/app/AppLayouts/Chat
Pascal Precht 213924f6e9 feat(chat): support copy & pasting images into chat input
This adds support for receiving copied images from the clipboard
and pasting it into the chat input.

After pasting, chat input will recognize the image and render a preview
similar to how it would do it when selecting images via the file dialog.

**Also important to note**:

At the time of this PR, it seems that desktop only supports sending
jpegs to status-go. I'm not sure if this was deliberately done this way
because the protocol says it supports jpg, png, webp and gif.

Because of this, pasting for example pngs will work, however
transparency will be lost (which is also most likely the cause of #8820)

This PR operates on that assumption. So while it adds support for
copy/pasting images, it does not address the lack of file type support.

Closes #3395
2022-11-29 12:31:18 +01:00
..
controls feat: encrypt communities 2022-10-25 08:26:10 -04:00
helpers fix(CreateChannelPopup): fixed emoji popup position 2022-08-04 18:05:36 +03:00
layouts (StatusSectionLayout): removed big space between header and content 2022-09-28 15:37:52 +03:00
panels test(onboarding): Improved validation after login 2022-11-22 18:55:02 +01:00
popups fix(PinnedMessagesPopup): Pinned messages cover rounded corners of modal 2022-11-23 09:59:21 +01:00
stores feat(chat): support copy & pasting images into chat input 2022-11-29 12:31:18 +01:00
views feat(chat): support copy & pasting images into chat input 2022-11-29 12:31:18 +01:00
ChatLayout.qml fix(@desktop/chat): Hide create chat panel when some other menu items are selected 2022-11-25 14:17:23 +01:00
qmldir feat(onboarding): Added SplashScreen 2022-03-08 14:02:24 -05:00