status-desktop/ui
Pascal Precht 4c661109c6 feat(StatusQ.Controls): introduce StatusSwitchTabBar and StatusSwitchTabButton
This commit adds two new components to the StatusQ.Controls module:

- StatusSwitchTabBar
- StatusSwitchTabButton

Usage:

```qml
StatusSwitchTabBar {

    StatusSwitchTabButton {
        text: "Tab 1"
    }

    StatusSwitchTabButton {
        text: "Tab 2"
    }

    StatusSwitchTabButton {
        text: "Tab 3"
    }
}
```

Closes #365
2022-09-21 18:20:03 +02:00
..
StatusQ feat(StatusQ.Controls): introduce StatusSwitchTabBar and StatusSwitchTabButton 2022-09-21 18:20:03 +02:00
app fix(Createchat/EditGroupChat view): fixed spacing all over 2022-09-21 17:39:51 +03:00
fonts
i18n chore(translations): update translations 2022-09-13 12:51:33 +02:00
imports feat(PinnedMessagesPopup): enable Unpin context menu entry 2022-09-21 10:48:20 +02:00
shared/status
generate-rcc.go
main.qml fix(@desktop/onboarding): use system theme while onboarding 2022-09-02 16:17:43 +03:00
nim-status-client.pro