Add skeleton for infinite scroll

This commit is contained in:
Zach Fox 2017-08-30 12:54:26 -07:00
parent 7a7d7f95d7
commit 580865fa5a

View file

@ -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)