status-desktop/ui/app/mainui
Lukáš Tinkl eafee302d8 fix: pasting a user's profile link in the ad-hoc chat search
... doesn't work in the community section

Extract the `Chat.RootStore` as a toplevel/shared property and pass it
down to ChatLayouts, instead of cross referencing it between different
components. This was also problematic since the ChatLayouts now live
inside a Loader, so it's more appropriate to refer to the
`Chat.RootStore` directly, instead of
`personalChatLayoutLoader.item.rootStore`, since the
`personalChatLayoutLoader.item` might not be visible (due to it being
inside a Loader and a StackLayout) or it might even be a different
component (`loadingStateComponent` or `errorStateComponent`).

This also caused similar problems for other components, such as
ActivityCenterPopup or StatusStickersPopup.

Fixes #9513
2023-02-10 11:23:26 +01:00
..
activitycenter feat(ActivityCenter): Move AC notifications counting to status-go 2023-01-30 11:24:50 +04:00
panels fix(DragnDrop): re-enabled drag and drop 2022-10-12 10:34:46 -04:00
AppMain.qml fix: pasting a user's profile link in the ad-hoc chat search 2023-02-10 11:23:26 +01:00
AppSearch.qml chore(Qt5.15): Fix qml warnings after qt 5.15 migration 2023-01-31 20:39:19 +02:00
Popups.qml chore: consolidate & refactor popup handling 2023-02-09 15:01:57 +01:00
SplashScreen.qml fix(SplashScreen): Fixed blurry animation 2022-10-11 19:29:35 +03:00
qmldir chore: consolidate & refactor popup handling 2023-02-09 15:01:57 +01:00