status-desktop/ui/app/AppLayouts/Chat
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
..
controls fix(@desktop): only allow dot as decimal separator for user input 2023-04-05 11:11:36 -03:00
helpers fix(CommunityPermissions): clean warnings by preventing assigning when some roles doesn't exist 2023-02-22 14:43:40 +01:00
layouts feat(MintToken): Created Preview collectible page 2023-03-07 13:24:45 +01:00
panels fix(mentions): fix @everyone inserting incorrectly sometimes 2023-04-11 09:30:20 -04:00
popups fix(MembershipRequests): Remove MembershipRequestsPopup and set-up the navigation to CommunityMembersSettingsPanel 2023-04-07 11:21:34 +03:00
stores fix(MembershipRequests): Remove MembershipRequestsPopup and set-up the navigation to CommunityMembersSettingsPanel 2023-04-07 11:21:34 +03:00
views fix(MintTokensPanel): Update input fields validation 2023-04-11 11:18:41 +03:00
ChatLayout.qml fix(MembershipRequests): Remove MembershipRequestsPopup and set-up the navigation to CommunityMembersSettingsPanel 2023-04-07 11:21:34 +03:00
qmldir feat(onboarding): Added SplashScreen 2022-03-08 14:02:24 -05:00