mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
Add skeleton for infinite scroll
This commit is contained in:
parent
7a7d7f95d7
commit
580865fa5a
1 changed files with 6 additions and 0 deletions
|
@ -278,6 +278,12 @@ Item {
|
|||
anchors.bottom: parent.bottom;
|
||||
}
|
||||
}
|
||||
onAtYEndChanged: {
|
||||
if (transactionHistory.atYEnd) {
|
||||
console.log("User scrolled to the bottom of 'Recent Activity'.");
|
||||
// Grab next page of results and append to model
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// This should never be visible (since you immediately get 100 HFC)
|
||||
|
|
Loading…
Reference in a new issue