status-desktop/ui/app/AppLayouts/Chat
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
..
controls chore(CommunityPermissions): Use key role name for referencing channels 2023-03-06 17:36:36 +01: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 feat(MintToken): Created Preview collectible page 2023-03-07 13:24:45 +01:00
popups fix(@desktop/channels): allow capitals in channel name 2023-03-07 13:16:00 +01:00
stores feat(MintToken): Created Preview collectible page 2023-03-07 13:24:45 +01:00
views feat(MintToken): Created Preview collectible page 2023-03-07 13:24:45 +01:00
ChatLayout.qml refactor(ChatLayout): expose emoji and sticker popup properties and signals 2023-03-07 18:16:42 +01:00
qmldir feat(onboarding): Added SplashScreen 2022-03-08 14:02:24 -05:00