Ghost/core/client
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
..
adapters Ember Data with Posts 2014-05-29 07:42:51 -05:00
assets Merge pull request #2618 from novaugust/post-settings 2014-05-07 20:22:46 +01:00
components Update Ember Components with proper gh- prefix 2014-05-28 15:26:16 -04:00
controllers Infinite Scroll on Posts List 2014-05-30 22:14:45 -04:00
fixtures Use new slug endpoint in ember admin 2014-05-29 15:31:02 +00:00
helpers Update Ember Components with proper gh- prefix 2014-05-28 15:26:16 -04:00
initializers Ember Data with Posts 2014-05-29 07:42:51 -05:00
mixins Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
models Use new slug endpoint in ember admin 2014-05-29 15:31:02 +00:00
routes Infinite Scroll on Posts List 2014-05-30 22:14:45 -04:00
serializers Ember Data with Posts 2014-05-29 07:42:51 -05:00
templates Infinite Scroll on Posts List 2014-05-30 22:14:45 -04:00
utils Infinite Scroll on Posts List 2014-05-30 22:14:45 -04:00
views Infinite Scroll on Posts List 2014-05-30 22:14:45 -04:00
app.js Ember Data with Posts 2014-05-29 07:42:51 -05:00
README.md Adding READMEs to clarify the 2 client folders 2014-05-07 22:51:51 +01:00
router.js Move debug page from /settings/debug to /debug 2014-05-19 19:18:07 +02:00

What's this?

This is the shiny new Ghost admin UI built in Ember.js. It gets served if you visit the URL /ghost/ember/.

We're currently in the process of building this awesome new UI to replace the old one which was written in backbone, lives in the /clientold/ folder and is still served when you visit the URL /ghost/.

In short, we currently have 2 admins:

  • Old, Backbone Admin UI lives in /clientold/ and is served from /ghost/
  • New, Ember Admin UI lives in /client/ and is served from /ghost/ember/

For more information, please read the Ember admin wiki page