0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/routes
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
..
posts Infinite Scroll on Posts List 2014-05-30 22:14:45 -04:00
settings Move debug page from /settings/debug to /debug 2014-05-19 19:18:07 +02:00
application.js Ember Data with Posts 2014-05-29 07:42:51 -05:00
authenticated.js Ember Data with Posts 2014-05-29 07:42:51 -05:00
content.js Add /content redirect to Ember admin. 2014-05-15 18:52:10 -06:00
debug.js Move debug page from /settings/debug to /debug 2014-05-19 19:18:07 +02:00
editor.js Ember Data with Posts 2014-05-29 07:42:51 -05:00
forgotten.js Flesh out more of the Ember admin 2014-03-16 16:01:56 -04:00
new.js Ember Data with Posts 2014-05-29 07:42:51 -05:00
posts.js Infinite Scroll on Posts List 2014-05-30 22:14:45 -04:00
reset.js Created ResetController. 2014-03-31 13:06:28 +02:00
settings.js Flesh out more of the Ember admin 2014-03-16 16:01:56 -04:00
signin.js Ember Data with Posts 2014-05-29 07:42:51 -05:00
signup.js Ember Data with Posts 2014-05-29 07:42:51 -05:00