0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00
ghost/core
Jason Williams 1c356f59b2 Only load posts once on navigating to content tab
No Issue
- Loading posts from the API should not be necessary in PostsIndexRoute
  because its parent resource (PostsRoute) pre-loads the store.
  Changing the store.find to store.all gets rid of a duplicate
  network request to load all posts.
2014-07-21 19:44:03 +00:00
..
client Only load posts once on navigating to content tab 2014-07-21 19:44:03 +00:00
server Merge pull request #3337 from morficus/issue-3222 2014-07-21 20:34:53 +01:00
shared Implement Mobile Editor 2014-06-24 18:33:43 -04:00
test Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
bootstrap.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
index.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
server.js