ari/DynamicPageLoads #2
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: scientific-witchery/pds-dash#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ari/DynamicPageLoads"
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?
Dynamically load the posts so that you can scroll a chronologically sorted timeline infinitely
Looks ok at a glance will test in a sec
@ -19,3 +19,3 @@
* @default 100
*/
static readonly MAX_POSTS: number = 100;
static readonly MAX_POSTS: number = 20;
The documentation for the variable needs updating i think
Updated!