status-desktop/ui/app/AppLayouts/Chat
Pascal Precht 2e710715bc fix(Communities): ensure profile popup is hydrated with correct data
The `communityProfilePopup` relies on the currently `activeCommunity` to
get its data. Unfortunately, once read, even when `chatsModel.setActiveCommunity()`
is called which triggers `activeCommunityChanged`, the data in the popup
won't be updated. The next time one would open a community profile page,
it'd have the data that was previously received from the model.

This commit ensures that the popup is hydrated with the most recent data
by explicitly updating its properties right before it's opened.
2021-03-11 10:41:19 -05:00
..
ChatColumn fix(Communities): make rejoining communities work 2021-03-05 13:59:44 -05:00
CommunityComponents fix(Communities): ensure profile popup is hydrated with correct data 2021-03-11 10:41:19 -05:00
ContactsColumn fix: fix community channels not showing the right type 2021-03-03 16:45:23 -05:00
components fix: remove svg hack 2021-03-05 09:36:50 -05:00
data change status-spanish to status-espanol, it's more guay 2020-09-23 17:19:17 -04:00
ChatColumn.qml fix(Community): ensure community members with write access can post to channel 2021-03-08 11:57:09 -05:00
ChatLayout.qml refactor: move communities functions to communities view in chat 2021-03-03 16:45:23 -05:00
CommunityColumn.qml fix(Communities): make creating channels work again 2021-03-05 13:59:44 -05:00
ContactsColumn.qml feat: implement redesign of communities on the left tab 2021-03-03 16:45:23 -05:00
qmldir feat(chat): implement mention auto complete 2020-07-17 12:31:20 -04:00