JackBellinger / blog

personal blog
Apache License 2.0
1 stars 0 forks source link

Infinite scroller version 1.1 #129

Closed JackBellinger closed 5 months ago

JackBellinger commented 5 months ago

Add backend support for the infinite scroller. Converts the main blog post store to be paginated. When the search filter or the pagination (num pages /amount scrolled) changes it queries for more items and appends to items, potentially updating filtered-Items as well if any match the search filter. Adds a backend api for blog post metadata to enable downloading only blogs that match the search filter. Closes #29 #62 #94