Integrating InfiniteScroll to the Discovery view #39
Merged
anomalist
merged 2 commits from discover-infinite-scroll
into master
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'discover-infinite-scroll'
Deleting a branch is permanent. It CANNOT be undone. Continue?
const plans: ProjectData[] = results.data;
for (const plan of plans) {
const { name, description, handleId = plan.fullIri, rowid } = plan;
if (beforeId !== plan["rowid"]) {
My apologies for this! I see that the server code does NOT exclude the "beforeId" and "afterId" on this endpoint. I will fix that.
It's true that the results will be different: the location-based search will only find projects which have been given a location and which lie within the bounds sent in the request. Let's talk if that doesn't make sense.
00954693b5
into master 1 year ago00954693b5
.