status-desktop/ui/app/AppLayouts/Chat/views
Jonathan Rainville 0e5c566dcd fix(newChat): fix sending messages in new ad hoc chat with new store
Fixes #10523

The problem was that the CreateChatView now uses an isolated Chat RootStore, since we can't be sure if the personal chat section will be loaded yet.

To fix that, I created a new store that is only for storing the properties needed for that new chat. That way we are sure that it is created and shared to necessary components.
2023-05-05 09:36:14 -04:00
..
communities test(tst_communityPermissions): implement permissions screen validation 2023-05-05 15:48:56 +03:00
private feat(storybook): add MembersSelector to storybook 2022-11-18 13:13:38 +01:00
ChatColumnView.qml fix(newChat): fix sending messages in new ad hoc chat with new store 2023-05-05 09:36:14 -04:00
ChatContentView.qml feat(Chat): Accept/Reject CR buttons for 1-to-1 chat 2023-05-02 13:56:36 -04:00
ChatContextMenuView.qml fix(StatusPopupMenu): Refactoring 2022-12-02 10:30:50 +03:00
ChatHeaderContentView.qml fix(Chat): Fix pin popup and actions for communities and group chats 2023-03-28 11:05:07 -04:00
ChatMessagesView.qml feat(Chat): Accept/Reject CR buttons for 1-to-1 chat 2023-05-02 13:56:36 -04:00
ChatView.qml fix(newChat): fix sending messages in new ad hoc chat with new store 2023-05-05 09:36:14 -04:00
CommunityColumnView.qml fix: personal chat item wrong width 2023-05-03 16:39:33 +02:00
CommunitySettingsView.qml fix(CommunitySettingsView): Fix community settings after removing old legacy popup ref 2023-05-05 15:30:45 +03:00
ContactsColumnView.qml fix: personal chat item wrong width 2023-05-03 16:39:33 +02:00
CreateChatView.qml fix(newChat): fix sending messages in new ad hoc chat with new store 2023-05-05 09:36:14 -04:00
MembersEditSelectorView.qml fix(MembersListSelectro): tag item should be removed only when x is clicked 2023-04-05 15:30:04 +03:00
MembersSelectorView.qml fix(ImportCommunityPopup): Support community link (#10557) 2023-05-04 18:37:44 +03:00
MessagesLoadingView.qml feat:(@desktop/channels): loading state when switching channels/chats 2023-03-28 13:12:58 -04:00
qmldir feat(storybook): add MembersSelector to storybook 2022-11-18 13:13:38 +01:00