status-desktop/ui/app/mainui
Pascal Precht 48c322cbe4 refactor(ChatLayout): expose emoji and sticker popup properties and signals
Prior to this change `ChatLayout` exposed `chatView` which let other
components access it, its properties and signals.

This is problematic as we need to be able to swap out the `ChatView`
with the `JoinCommunityView` for token gated communities, in which case
there won't be an instance of `chatView`.

This commit ensures that we rely purely on inputs and outputs of the
component, without exposing the component instance itself.
2023-03-07 18:16:42 +01:00
..
activitycenter feat(ActivityCenter): Support status-go PR with endpoints refactor 2023-03-03 19:52:20 +04:00
panels fix(Chats): Drag/drop image files is only available for community channels 2023-02-28 11:20:23 +01:00
AppMain.qml refactor(ChatLayout): expose emoji and sticker popup properties and signals 2023-03-07 18:16:42 +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 fix: Pinning messages - tweaks to UI and interactions 2023-02-17 11:22:21 +01:00
SplashScreen.qml fix(main): replace the frozen splash screen with an animator 2023-02-13 19:40:00 +01:00
qmldir chore: consolidate & refactor popup handling 2023-02-09 15:01:57 +01:00