Integrating InfiniteScroll to the Discovery view #39
Reference in New Issue
Block a user
Delete Branch "discover-infinite-scroll"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -231,0 +253,4 @@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.