Pascal Precht 666908d93a feat(StatusNavBarTabButton): introduce popupMenu property
This enables users to apply a `StatusPopupMenu` to the button which automatically
positions itself and takes care of highlighting the activated button.

Usage:

```qml
StatusNavBarTabButton {
    ...
    popupMenu: StatusPopupMenu {

        StatusMenuItem {
            text: qsTr("Invite People")
            icon.name: "share-ios"
        }

        StatusMenuItem {
            text: qsTr("View Community")
            icon.name: "group"
        }

        StatusMenuItem {
            text: qsTr("Edit Community")
            icon.name: "edit"
        }
    }
}
```

Closes #137
2022-09-21 18:20:02 +02:00
2022-07-07 08:55:05 -04:00
2022-08-23 19:38:23 +02:00
2022-09-21 08:57:18 +02:00
2022-09-21 18:20:01 +02:00
2022-03-10 14:12:11 -04:00
2022-03-11 15:52:47 -05:00
2022-07-14 22:04:33 +02:00
2022-09-14 15:52:16 -04:00
2020-06-08 13:07:25 -04:00
2022-06-30 12:11:24 -04:00
Description
Status Desktop client made in Nim & QML
https://status.app
Readme
Languages
QML 38.2%
JavaScript 30.2%
Nim 18.8%
Python 5.7%
C++ 5.3%
Other 1.7%