0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/client/views
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
..
content-list-content-view.js Infinite Scroll on Posts List 2014-05-30 22:14:45 -04:00
editor-save-button.js Ember editor save and publish button functionality 2014-05-24 07:47:55 -06:00
editor.js Add admin prototype 2014-03-07 14:01:26 +00:00
item-view.js Add admin prototype 2014-03-07 14:01:26 +00:00
post-item-view.js Create Post Settings Menu and its functionality on the Post controller. 2014-04-20 13:28:43 -06:00
post-settings-menu-view.js Create Post Settings Menu and its functionality on the Post controller. 2014-04-20 13:28:43 -06:00