status-desktop/ui/imports/shared
Lukáš Tinkl e947f81cd2 fix: Chat input: can't send html text from the clipboard
We always take the plain text from the clipboard but even the plaintext
can contain HTML tags, so escape those and wrap the result in a `<div
style='white-space: pre-wrap'>foo</div>` container. That way we preserve
not only the linebreaks but also any whitespace or tags.

Fixes #8919
2023-01-05 12:32:53 +01:00
..
controls fix(improvements): remove console warnings pt1 2023-01-04 17:28:59 +02:00
img refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
panels feat(@desktop/wallet): Update the token selector in SendModal 2023-01-03 09:33:20 +01:00
popups fix: Chat input: can't send html text from the clipboard 2023-01-05 12:32:53 +01:00
status fix: Chat input: can't send html text from the clipboard 2023-01-05 12:32:53 +01:00
stores feat(@desktop/wallet): Send modal update 2022-12-21 20:44:56 +01:00
views feat(admin): enable admins to delete messages from other users 2023-01-04 11:12:47 -05: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