Busy Indicator when Backfilling Room
Add busy indicator when the user scrolls to the last available message if more are being loaded. Closes network/neochat#48
This commit is contained in:
@@ -429,6 +429,11 @@ Kirigami.ScrollablePage {
|
|||||||
}
|
}
|
||||||
headerPositioning: ListView.OverlayHeader
|
headerPositioning: ListView.OverlayHeader
|
||||||
|
|
||||||
|
footer: QQC2.BusyIndicator {
|
||||||
|
anchors.centerIn: parent
|
||||||
|
visible: !currentRoom.allHistoryLoaded && !loading
|
||||||
|
}
|
||||||
|
|
||||||
function goToEvent(eventID) {
|
function goToEvent(eventID) {
|
||||||
messageListView.positionViewAtIndex(eventToIndex(eventID), ListView.Contain)
|
messageListView.positionViewAtIndex(eventToIndex(eventID), ListView.Contain)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user