Pascal Precht ebbc9f2739 feat(StatusChatToolBar): add members and search button
This commit adds the members and search button which are needed for certain
features in Status Desktop. In views where these aren't needed, each button
can be set `visible: false` individually:

```qml
StatusChatToolBar {
    ...
    membersButton.visible: false
    searchButton.visible: false
}
```

Closes #243
2022-09-21 18:20:03 +02:00
..
2022-09-21 18:20:03 +02:00
2022-09-21 18:20:01 +02:00
2022-09-21 18:20:01 +02:00
2022-09-21 18:20:01 +02:00
2022-09-21 18:20:01 +02:00
2022-09-21 18:20:03 +02:00
2022-09-21 18:20:02 +02:00
2022-09-21 18:20:03 +02:00