status-desktop/ui/app/AppLayouts/Chat
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
..
controls feat(Communities): Communities folder reorganization 2023-06-28 14:28:47 +02:00
helpers feat(Communities): Communities folder reorganization 2023-06-28 14:28:47 +02:00
panels chore: using StringUtils.plainText consistently 2024-10-11 12:14:53 +02:00
popups stores: access shared/RootStore via explicit property instead of singleton 2024-10-03 20:08:32 +02:00
stores chore: using StringUtils.plainText consistently 2024-10-11 12:14:53 +02:00
views refactor(members): use a single members list for public community chats (#16301) 2024-10-11 12:35:35 -04:00
ChatLayout.qml fix: optimizes send modal flow for buying stickers 2024-10-09 13:10:14 +02:00
qmldir