Ghost/core/client/routes/posts
David Arvelo 12e6b09943 Infinite Scroll on Posts List
closes #2414
- Add PostsController with loadNextPage action
- Collect and store pagination info from PostsRoute into PostsController
- Use `store.filter` on PostsRoute model hook to auto-update posts list template as post models are added to the store
- Add content list view and use it to check for scroll event
- Make PostRoute only load a post that's already in the store, until we figure how to load multiple pages on refresh
- Add util function from clientold that concats error messages from server response
2014-05-30 22:14:45 -04:00
..
index.js Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
post.js Infinite Scroll on Posts List 2014-05-30 22:14:45 -04:00