status-desktop/ui/StatusQ/sandbox
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
..
Buttons.qml refactor(Controls): make use of newly introduced StatusIconSettings in button controls 2022-09-21 18:20:02 +02:00
Controls.qml feat(Components): Add StatusSlider 2022-09-21 18:20:02 +02:00
DemoApp.qml feat(StatusNavBarTabButton): introduce `popupMenu` property 2022-09-21 18:20:02 +02:00
Icons.qml feat: Set up catalog app (sandbox) 2022-09-21 18:20:01 +02:00
Layout.qml feat(Components): introduce `StatusChatToolBar` 2022-09-21 18:20:02 +02:00
ListItems.qml feat(Components): introduce `StatusChatListCategoryItem` 2022-09-21 18:20:02 +02:00
NavigationHeader.qml refactor(sandbox): make use of StatusQ to layout sandbox app 2022-09-21 18:20:02 +02:00
Others.qml feat(Components): introduce `StatusRoundIcon` component 2022-09-21 18:20:02 +02:00
StatusPopupMenuPage.qml feat(StatusQ.Popups): introduce StatusPopupMenu component 2022-09-21 18:20:02 +02:00
ThemeSwitch.qml chore: add tooltip to theme switch 2022-09-21 18:20:02 +02:00
handler.cpp feat: Set up catalog app (sandbox) 2022-09-21 18:20:01 +02:00
handler.h feat: Set up catalog app (sandbox) 2022-09-21 18:20:01 +02:00
main.cpp feat: Set up catalog app (sandbox) 2022-09-21 18:20:01 +02:00
main.qml feat(StatusQ.Popups): introduce StatusPopupMenu component 2022-09-21 18:20:02 +02:00
qml.qrc feat:Add buttons components 2022-09-21 18:20:02 +02:00
sandbox.pro fix: update position of window to center, add traffic lights 2022-09-21 18:20:02 +02:00
sandboxapp.cpp fix: update position of window to center, add traffic lights 2022-09-21 18:20:02 +02:00
sandboxapp.h fix: fix crash on removing title bar 2022-09-21 18:20:02 +02:00
statuswindow.h fix: update position of window to center, add traffic lights 2022-09-21 18:20:02 +02:00
statuswindow_mac.mm fix: update position of window to center, add traffic lights 2022-09-21 18:20:02 +02:00