mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
Pascal Precht
ec2aeffc55
feat(StatusQ.Popups): introduce
StatusMenuItemDelegate
This extracts the `MenuItem` delegate used in `StatusPopupMenu` into its own component so it can be easily reused for cases where simply supplying the popup menu with `StatusMenuItem` (which is of type `Action`) isn't enough. Ideally, the `StatusMenuItemDelegate` would be called `StatusMenuItem` but that would be a breaking change. Usage: ```qml StatusPopupMenu { delegate: StatusMenuItemDelegate { ... } }
…
…
…
…
…
…
…
…
…
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%