Skip to content

Commit d2cddb2

Browse files
authored
fix(angular): channel list infinite scroll (#312)
### 🎯 Goal _Describe why we are making this change_ ### πŸ›  Implementation details _Provide a description of the implementation_ ### 🎨 UI Changes _Add relevant screenshots_ Make sure to test with both Angular and React (with both `MessageList` and `VirtualizedMessageList` components) SDKs
1 parent 806b166 commit d2cddb2

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

β€Žsrc/v2/styles/ChannelList/ChannelList-layout.scssβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,14 @@
4848
}
4949
}
5050
}
51+
52+
.str-chat-angular__channel-list {
53+
.str-chat__channel-list-messenger__main {
54+
display: flex;
55+
flex-direction: column;
56+
57+
stream-paginated-list {
58+
min-height: 0;
59+
}
60+
}
61+
}

β€Žsrc/v2/styles/_base.scssβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ stream-icon-placeholder {
4242
.str-chat__loading-indicator {
4343
margin: auto;
4444
}
45+
46+
.str-chat__load-more-button__button {
47+
margin-inline: auto;
48+
}
4549
}
4650

4751
stream-paginated-list {

0 commit comments

Comments
Β (0)