HomeWrite.as

Support loading more draft posts

Description

Support loading more draft posts

This adds a "load more" button to the bottom of the draft posts page,
which calls /api/me/posts with new parameters and the current page
number. It then populates the page accordingly.

Ref T696 - load anon. posts with ?anonymous=1&page=1
Ref T401 - completes UI for post loading

Details

Provenance
mattAuthored on Jul 30 2020, 8:46 PM
Parents
rWF7eeba4dc9e3b: Limit initial draft post loading to 10 posts
Branches
Unknown
Tags
Unknown
Tasks
T401: Post list paging
T696: Allow pagination of posts