mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Document bad behavior with footer and spinner
This commit is contained in:
parent
d2c6252911
commit
4d5950b6a7
1 changed files with 4 additions and 1 deletions
|
@ -117,7 +117,10 @@ ApplicationWindow {
|
|||
footer: Spinner {
|
||||
// This is not a wonderful solution, but it is the best way to calculate whether
|
||||
// all users are loaded while keeping canFetchMore() const
|
||||
running: members.numUsersLoaded < members.memberCount
|
||||
|
||||
// TODO: just toggling the visiblity leaves some large empty space at the bottom
|
||||
// of the list. This should be fixed.
|
||||
visible: members.numUsersLoaded < members.memberCount
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue