B.Melnik
|
5e0e8deba8
|
fix: make release build work
I add several files in .qrc file for running app in release mode (CONFIG+=release)
|
2022-09-21 18:20:02 +02:00 |
Pascal Precht
|
f2de2642ac
|
feat(Components): introduce `StatusChatInfoToolBar` component
Usage:
```qml
import StatusQ.Components 0.1
StatusChatInfoToolBar {
chatInfoButton.title: "Cryptokitties"
chatInfoButton.subTitle: "128 Members"
chatInfoButton.image.source: "https://pbs.twimg.com/profile_images/1369221718338895873/T_5fny6o_400x400.jpg"
chatInfoButton.icon.color: Theme.palette.miscColor6
popupMenu: StatusPopupMenu {
StatusMenuItem {
text: "Create channel"
icon.name: "channel"
}
StatusMenuItem {
text: "Create category"
icon.name: "channel-category"
}
StatusMenuSeparator {}
StatusMenuItem {
text: "Invite people"
icon.name: "share-ios"
}
}
}
```
Closes #141
|
2022-09-21 18:20:02 +02:00 |
Pascal Precht
|
524eb14512
|
Revert "Revert "feat: can be used on tablets (#146)""
This reverts commit 59b40c0713a9a41bd95bff0f395a796c69e46fa6.
|
2022-09-21 18:20:02 +02:00 |
Pascal Precht
|
9bf98a1ede
|
Revert "feat: can be used on tablets (#146)"
This reverts commit 63be01447930494f2afc61d5212f3c84ee1509e8.
|
2022-09-21 18:20:02 +02:00 |
Boris Melnik
|
7e9a76dbe7
|
feat: can be used on tablets (#146)
Co-authored-by: B.Melnik <b.melnik@restream.rt.ru>
|
2022-09-21 18:20:02 +02:00 |