status-desktop/ui/app/AppLayouts/Chat/views
Jonathan Rainville d6031f8126
refactor(members): use a single members list for public community chats (#16301)
Fixes #16288

Introduces a new instance of the users module, but managed by the section module.
This user module is managing the "public" community members list. Meaning that everytime we have a public channel in a community, we use that module instead.

The channel's user module is empty for public channels to reduce the amount of processing and memory used.

If the channel becomes private, we update the member list and populate it.
2024-10-11 12:35:35 -04:00
..
private fix(Stored): Make stores typed 2024-08-27 10:52:18 +02:00
ChatColumnView.qml stores: access shared/RootStore via explicit property instead of singleton 2024-10-03 20:08:32 +02:00
ChatContentView.qml stores: access shared/RootStore via explicit property instead of singleton 2024-10-03 20:08:32 +02:00
ChatHeaderContentView.qml fix(StatusChatInfoButton): missing lock icon 2024-10-10 21:50:58 +02:00
ChatMessagesView.qml stores: access shared/RootStore via explicit property instead of singleton 2024-10-03 20:08:32 +02:00
ChatView.qml refactor(members): use a single members list for public community chats (#16301) 2024-10-11 12:35:35 -04:00
ContactsColumnView.qml fix(Stored): Make stores typed 2024-08-27 10:52:18 +02:00
CreateChatView.qml stores: access shared/RootStore via explicit property instead of singleton 2024-10-03 20:08:32 +02:00
MembersEditSelectorView.qml fix(Stored): Make stores typed 2024-08-27 10:52:18 +02:00
MembersSelectorView.qml
MessagesLoadingView.qml
qmldir