Implement vertical list of hidden story sources.

This commit is contained in:
John Preston
2023-07-04 00:05:11 +04:00
parent a79deb89ce
commit 451c4e3101
13 changed files with 417 additions and 140 deletions
+10
View File
@@ -942,6 +942,16 @@ requestsBoxList: PeerList(peerListBox) {
padding: margins(0px, 12px, 0px, 12px);
item: requestsBoxItem;
}
contactsWithStories: PeerList(peerListBox) {
item: PeerListItem(peerListBoxItem) {
checkbox: RoundImageCheckbox(defaultPeerListCheckbox) {
check: RoundCheckbox(defaultPeerListCheck) {
size: 0px;
}
}
nameFgChecked: contactsNameFg;
}
}
requestsAcceptButton: RoundButton(defaultActiveButton) {
width: -28px;
height: 30px;