mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-09 21:24:04 +00:00
statusChatListItems
Repeater
Ever since we've moved to `DelegateModel` which is passed to the `Repeater` which was previously aliased as `chatListItems`, we no longer get access to the `model.itemAt` method. This is because `DelegateModel` doesn't have such a method. So in order to restore that access, we have to expose `Repeater` additionally. The reason this method is needed, is so that apps like Status Desktop can update individual chat list items based on `Connection` events
…
…
…
…
…
…
…
…
…
…
Status-desktop
Desktop client for the Status Network built with Nim and Qt
Dev Docs: https://hackmd.io/@status-desktop/B1naRjxh_/https%3A%2F%2Fhackmd.io%2F%40status-desktop%2FB1eOaf-nd
Description
Languages
QML
39.4%
JavaScript
29.5%
Nim
18.5%
Python
5.6%
C++
5.2%
Other
1.6%