status-desktop/ui/imports/shared
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(storybook): add MembersSelector to storybook 2022-11-18 13:13:38 +01:00
img refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
panels refactoring after review 2022-11-18 11:29:56 +02:00
popups test: Renabled test case for Simple transaction 2022-11-20 14:44:37 +01:00
status feat(chat): support copy & pasting images into chat input 2022-11-29 12:31:18 +01:00
stores feat(Wallet) show balance cache for chain native token 2022-11-16 13:07:46 +01:00
views fix: reactions distance to message content is inconsistent 2022-11-23 17:42:11 +01:00
DelegateModelGeneralized.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
LoadingAnimation.qml bug(@status-desktop): only run animations when they are visible to avoid cpu issues 2022-06-28 11:23:38 -04:00
MacTrafficLights.qml refactor: removed dynamic scoping from shared module 2022-02-01 11:46:39 +01:00
polyfill.number.toLocaleString.js refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
qmldir fix(ChatMessagesView): Usage of `StatusMessage` WIP 2022-08-20 03:02:41 +03:00