0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/utils
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
..
ajax.js Infinite Scroll on Posts List 2014-05-30 22:14:45 -04:00
date-formatting.js Create Post Settings Menu and its functionality on the Post controller. 2014-04-20 13:28:43 -06:00
ghost-paths.js Add ghostPaths util and initializer 2014-05-24 08:52:47 +02:00
link-view.js Refactor navbar to eliminate nested {{link-to}}. 2014-04-01 22:36:16 -04:00
notifications.js Improve signin 2014-05-15 09:18:43 -05:00
text-field.js Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
word-count.js Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00