Ghost/core/client/views
Maurice Williams a8ca517c54 Pagination for Users Management screen
closes #3222
- implementing server-side pagination for /users API
- passing /users?limit=none will return all users
- passing /users?status=invited will filter base on user status
- creating 3 mixins (route, controller and view) to keep pagination logic DRY
- updating route, controller and view for Posts to use new mixing
- implementing infinite scrolling for Users Management screen (using new mixins)
- Users Management screen displays all invited users, but paginates active users
2014-07-21 14:03:26 -04:00
..
editor Reach Editor parity with Ember 2014-06-13 18:12:03 -04:00
settings Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
application.js Refactor settings routing and mobile interactions 2014-07-14 17:36:48 -06:00
content-list-content-view.js Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
content-preview-content-view.js
editor-save-button.js
item-view.js
post-item-view.js Better editor entry 2014-06-23 10:15:06 -06:00
post-settings-menu-view.js
post-tags-input.js Move inline templates to standalone template file 2014-07-15 15:21:44 +00:00
posts.js Refactor settings routing and mobile interactions 2014-07-14 17:36:48 -06:00
settings.js Refactor settings routing and mobile interactions 2014-07-14 17:36:48 -06:00