Add unlimited scrolling to activity/user feeds #119
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: aheathershaw/blue-twilight#119
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
The user/activity feeds are currently hard-coded to return the first 100 items.
Using Laravel paging we should be able to implement unlimited scrolling - I.e. a link at the bottom of the feed saying “load more” if more pages exist.