mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 05:21:58 +00:00
Lukáš Tinkl
99b4f1d864
chore(ActivityCenterPopup): fix memleak
the AC popup was being recreated on every click and never destroyed, leading to: - memory leaks - slow operation on opening (it's not trivial to create) Now we keep a reference the the created popup object, thus making it faster to appear on every (second) click. It gets destroyed via its parent at the application shutdown
fix(ActivityCenter): Update status-go ActivityCenterNotificationTypeCommunityKicked and fix accepting community requests from AC (#10283)
…
…
…
…
…
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
38.5%
JavaScript
30%
Nim
18.7%
Python
5.7%
C++
5.3%
Other
1.7%