mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-27 15:18:46 +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;
|
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)
|
// This should never be visible (since you immediately get 100 HFC)
|
||||||
|
|
Loading…
Reference in a new issue