status-qml/sandbox
Pascal Precht 8a79918284 feat(Controls): introduce `StatusChatInfoButton`
Usage:

```qml
StatusChatInfoButton {
		title: "Iuri Matias"
		subTitle: "Contact"
		icon.color: Theme.palette.miscColor7 // identicon used as fallback when image source isn't available
		image.source: "https://pbs.twimg.com/profile_images/1369221718338895873/T_5fny6o_400x400.jpg"
		type: StatusChatInfoButton.Type.OneToOneChat // PublicChat | GroupChat | CommunityChat
		muted: true // default `false`
		pinnedMessagesCount: 1 // default `0`
}
```

Closes: #79
2021-05-28 11:54:50 +02:00
..
Buttons.qml refactor(Controls): make use of newly introduced StatusIconSettings in button controls 2021-05-25 14:10:56 +02:00
Controls.qml feat(Controls): introduce `StatusChatInfoButton` 2021-05-28 11:54:50 +02:00
Icons.qml feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
Layout.qml feat(StatusBadge): introduce `borderColor` and `hoverBorderColor` 2021-05-26 15:32:59 +02:00
ListItems.qml feat(Components): introduce `StatusDescriptionListItem` 2021-05-27 15:03:54 +02:00
Others.qml feat(Components): introduce `StatusRoundIcon` component 2021-05-25 12:23:47 +02:00
handler.cpp feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
handler.h feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
main.cpp feat: Set up catalog app (sandbox) 2021-05-05 07:55:43 +02:00
main.qml feat(Components): introduce `StatusListItem` component 2021-05-25 13:52:25 +02:00
qml.qrc feat:Add buttons components 2021-05-19 10:43:14 +02:00
sandbox.pro chore: add StatusCheckBox 2021-05-20 11:17:52 +02:00
sandboxapp.cpp fix: fix crash on removing title bar 2021-05-20 10:48:51 +02:00
sandboxapp.h fix: fix crash on removing title bar 2021-05-20 10:48:51 +02:00
statuswindow.h fix: fix crash on removing title bar 2021-05-20 10:48:51 +02:00
statuswindow_mac.mm fix: fix crash on removing title bar 2021-05-20 10:48:51 +02:00