mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
Pascal Precht
c675aff0f8
refactor(Communities): replace
CategoryList and
ChannelList` with StatusQ components
This commit replaces `CategoryList` and `ChannelList` with `StatusChatListAndCategories`, `StatusPopupMenu` etc. provided by StatusQ. It also removes components that lived inside Status Desktop but are no longer used anywhere after the refactor. Since StatusQ components are decoupled from UI model logic, we also needed to introduce a new API retrieve a community category from within QML. Closes #2805
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
37.6%
JavaScript
30.4%
Nim
19%
Python
5.8%
C++
5.4%
Other
1.7%