status-desktop/ui/app/AppLayouts
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
..
Browser feat(ActivityCenter): Refactor AC Store and fix notifications counting 2022-10-28 12:29:40 +03:00
Chat feat(chat): support copy & pasting images into chat input 2022-11-29 12:31:18 +01:00
CommunitiesPortal refactor(communities): allow removing items from import file list 2022-11-10 15:45:25 +01:00
Node fix: allow copying the results of callPrivateRPC 2022-11-28 10:06:41 -04:00
Onboarding fix(Onboarding): ignore seed phrase capitalization 2022-11-23 09:58:44 +01:00
Profile fix(Settings): better error handling for toggling archive protocol 2022-11-23 14:56:08 +01:00
UIComponents
Wallet fix(@desktop/wallet): fix switch accounts after opening collectible details 2022-11-23 15:29:19 -03:00
stores fix: ens names should not display `@` 2022-11-10 10:42:05 +01:00