jellypbc / poster

Jelly demo toy app that turns PDFs into editable posts
https://jellypbc.com
Other
22 stars 3 forks source link

Fixes paginated_citations method and corrects post count in PostContainer tabs #354

Closed cindywu closed 4 years ago

cindywu commented 4 years ago

This PR fixes two bugs introduced in https://github.com/jellypbc/poster/pull/343.

  1. citations tab on collection page showing no posts when posts exist
  2. PostContainer tabs showing count of 10 posts when total posts > 10

after: Kapture 2020-11-22 at 15 07 16

before: beforebefore

linear[bot] commented 4 years ago
JEL-249 fix postcontainer bugs

* [X] update footer to use jellypbc.com/blog instead of jellypbc.com * [ ] fix citations showing none for collection page * [ ] fix posts and citations count for PostsContainer tab