Skip to content

Implement loading more statuses when searching

vaartis requested to merge vaartis/pleroma-fe:search-pagination into develop

Basically, use the API provided and add offsets when searching, and show the button to do so until no more results are returned. How it looks:

When there are more results:

image

When there were no results returned from last search, so supposedly there are no more new results:

image

Relatively small change, but I'm not sure I have implemented it that well.

Edited by vaartis

Merge request reports