status-desktop/ui/imports/shared/status
Jonathan Rainville fe64d0eb04 fix(mentions): fix @everyone inserting incorrectly sometimes
Fixes #10212

The problem was that we were detecting that the name was empty string and comparing to another empty string and inserting that, which is incorrect.

There was also a problem with the detection of the name being completely written. onKeyPressed didn't take into account the new letter added, onKeyReleased does.
2023-04-11 09:30:20 -04:00
..
StatusGifPopup refactor(gifs): lazy load tenor api key + make search async 2023-03-23 13:20:07 -04:00
StatusChatImage.qml fix: Pinning messages - tweaks to UI and interactions 2023-02-17 11:22:21 +01:00
StatusChatImageExtensionValidator.qml fix(images): fix second pasted image replaces the first one 2023-03-28 13:48:10 -04:00
StatusChatImageLoader.qml fix: Pinning messages - tweaks to UI and interactions 2023-02-17 11:22:21 +01:00
StatusChatImageQtyValidator.qml
StatusChatImageSizeValidator.qml fix(images): fix second pasted image replaces the first one 2023-03-28 13:48:10 -04:00
StatusChatImageValidator.qml
StatusChatInput.qml fix(mentions): fix @everyone inserting incorrectly sometimes 2023-04-11 09:30:20 -04:00
StatusChatInputImageArea.qml
StatusChatInputReplyArea.qml fix: Pinning messages - tweaks to UI and interactions 2023-02-17 11:22:21 +01:00
StatusChatInputTextFormationAction.qml
StatusEmojiPopup.qml
StatusEmojiSection.qml
StatusEmojiSuggestionPopup.qml fix(StatusEmojiSuggestionPopup): emoji is blurry in the suggestions popup 2022-11-24 14:35:54 +01:00
StatusExpandableAddress.qml fix(@wallet): trim tx data 2023-02-23 14:53:45 +01:00
StatusGifPopup.qml refactor(gifs): lazy load tenor api key + make search async 2023-03-23 13:20:07 -04:00
StatusImageModal.qml
StatusImageRadioButton.qml
StatusInputListPopup.qml chore: reduce the number of (verification) RPC calls 2022-12-01 16:50:23 +01:00
StatusNotification.qml chore: remove public chat functionnalities 2023-01-25 10:05:55 -05:00
StatusSearchListPopup.qml
StatusSectionDescItem.qml fix(@wallet): trim tx data 2023-02-23 14:53:45 +01:00
StatusSectionHeadline.qml
StatusSettingsLineButton.qml
StatusSticker.qml fix: Pinning messages - tweaks to UI and interactions 2023-02-17 11:22:21 +01:00
StatusStickerButton.qml fix(@desktop/wallet): Handle errors in ENS and stickers views. Disbale action and show tooltip. 2023-04-05 19:05:54 +02:00
StatusStickerList.qml
StatusStickerMarket.qml fix(@desktop/wallet): Browser: can't do transactions in simpledapp 2023-04-07 14:10:46 +02:00
StatusStickerPackClickPopup.qml fix(@desktop/wallet): Browser: can't do transactions in simpledapp 2023-04-07 14:10:46 +02:00
StatusStickerPackDetails.qml
StatusStickerPackIconWithIndicator.qml
StatusStickersPopup.qml refactor: make loading installed sticker packs asynchronous 2023-03-08 13:03:52 -05:00
StatusTextFormatMenu.qml
qmldir