status-desktop/ui/app/mainui
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
..
activitycenter fix(Contacts): Use contactRequestState enum for determinating correct contact state 2023-05-02 13:56:36 -04:00
panels fix: reduce Image cache 2023-04-27 13:56:39 +02:00
AppMain.qml fix(newChat): fix sending messages in new ad hoc chat with new store 2023-05-05 09:36:14 -04:00
AppSearch.qml chore(Qt5.15): Fix qml warnings after qt 5.15 migration 2023-01-31 20:39:19 +02:00
Popups.qml perf(AppMain): wrap CommunitiesPortalLayout in a Loader 2023-04-28 21:35:29 +02:00
SplashScreen.qml feat(SplashScreen): Display recommendation do not close the app on re-encryption process 2023-03-30 09:59:42 -04:00
qmldir chore: consolidate & refactor popup handling 2023-02-09 15:01:57 +01:00