status-desktop/ui/app/AppLayouts/Chat/views
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
..
communities feat(@desktop/communities) Permissions - 'is allowed to' dropdown 2022-09-19 22:00:03 +02:00
private feat(storybook): add MembersSelector to storybook 2022-11-18 13:13:38 +01:00
ChatColumnView.qml fix(windows): fix windows chat list empty because of popup overflow 2022-11-16 15:41:32 -05:00
ChatContentView.qml feat(chat): support copy & pasting images into chat input 2022-11-29 12:31:18 +01:00
ChatContextMenuView.qml feat: New Profile Modal 2022-10-17 12:05:54 +02:00
ChatHeaderContentView.qml feat(storybook): add MembersSelector to storybook 2022-11-18 13:13:38 +01:00
ChatMessagesView.qml fix(windows): fix windows chat list empty because of popup overflow 2022-11-16 15:41:32 -05:00
ChatView.qml fix(windows): fix windows chat list empty because of popup overflow 2022-11-16 15:41:32 -05:00
CommunityColumnView.qml feat(communities): User is able to cancel membership request 2022-11-10 23:07:22 +03:00
CommunitySettingsView.qml feat(ActivityCenter): Refactor AC Store and fix notifications counting 2022-10-28 12:29:40 +03:00
ContactsColumnView.qml fix: ens names should not display `@` 2022-11-10 10:42:05 +01:00
CreateChatView.qml fix(windows): fix windows chat list empty because of popup overflow 2022-11-16 15:41:32 -05:00
MembersEditSelectorView.qml feat(storybook): add MembersSelector to storybook 2022-11-18 13:13:38 +01:00
MembersSelectorView.qml feat(storybook): add MembersSelector to storybook 2022-11-18 13:13:38 +01:00
qmldir feat(storybook): add MembersSelector to storybook 2022-11-18 13:13:38 +01:00