status-desktop/ui/app/AppLayouts/Chat/panels
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
..
communities fix(MembershipRequests): Remove MembershipRequestsPopup and set-up the navigation to CommunityMembersSettingsPanel 2023-04-07 11:21:34 +03:00
ChatAnchorButtonsPanel.qml feat(storybook): add ChatAnchorButtonsPanel 2023-04-11 13:35:04 +02:00
ChatRequestMessagePanel.qml fix(contacts): remove isMutualContact, use isContact or isAdded indead 2022-07-11 09:34:29 -04:00
ChatsLoadingPanel.qml refactor(chats): separate calls to getChats for each section 2023-03-24 13:05:19 -04:00
ContactRequestPanel.qml fix(@desktop): unify user avatar fallback color 2022-04-08 14:04:21 -04:00
EmptyChatPanel.qml test(onboarding): Improved validation after login 2022-11-22 18:55:02 +01:00
InlineSelectorPanel.qml [StartChat]: fixed text input scroll 2023-04-11 12:39:11 +03:00
SuggestedChannelsPanel.qml fix(PublicChatPopup): sug channels were missaligned 2022-08-05 13:22:21 +03:00
SuggestionBoxPanel.qml chore: remove dead code 2023-01-09 16:41:51 +01:00
SuggestionFilterPanel.qml fix(mentions): fix @everyone inserting incorrectly sometimes 2023-04-11 09:30:20 -04:00
UserListPanel.qml chore: silence warnings 2023-03-08 18:45:27 +01:00
qmldir feat(storybook): add ChatAnchorButtonsPanel 2023-04-11 13:35:04 +02:00