Refactor, paginate on scroll

New PaginatedDocumentList component
This commit is contained in:
Tom Moor
2018-08-10 23:03:47 -07:00
parent 266b4d735c
commit d308442fef
8 changed files with 152 additions and 95 deletions

View File

@@ -61,7 +61,7 @@ class CollectionScene extends React.Component<Props> {
this.collection = collection;
await Promise.all([
this.props.documents.fetchRecentlyModified({
this.props.documents.fetchRecentlyEdited({
limit: 10,
collection: id,
}),