Ghost/core/client/routes
Matt Enlow 09fb17a2be Abstract mobile transition interactions
Closes #4032
- Created "mobile" views: `parent-view`, `content-view` and `index-view`
- `mobile/parent-view` has three callbacks for managing layout, and a mediaQuery listener to keep in sync with the user
- content-view and index-view use their parent-views callbacks to bring themselves into and out of the viewport as appropriate
- fixed media queries for post content list from 800px to 900px
- Created `mobile-index-route` to intelligently transition to a new route on desktops (used by both PostsIndexRoute and SettingsIndexRoute)
- Extract mobile interactions from settings views to new mobile utility views
- `js-` prefixed settings view transitions
- removed unused openEditor action from PostsRoute
- removed unused mobile util "responsiveAction"
2014-09-16 07:28:03 -06:00
..
editor Prevent editor title from being overwritten 2014-09-04 19:27:59 +00:00
posts Abstract mobile transition interactions 2014-09-16 07:28:03 -06:00
settings Abstract mobile transition interactions 2014-09-16 07:28:03 -06:00
application.js [WIP] Wire up new mobile nav 2014-09-10 18:33:27 +01:00
content.js Add /content redirect to Ember admin. 2014-05-15 18:52:10 -06:00
debug.js updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
error404.js Add error template, route and controller 2014-06-24 23:33:02 +01:00
forgotten.js Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
mobile-index-route.js Abstract mobile transition interactions 2014-09-16 07:28:03 -06:00
posts.js Abstract mobile transition interactions 2014-09-16 07:28:03 -06:00
reset.js Cleanup from notifications refactor. 2014-08-06 00:13:56 +00:00
settings.js updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
setup.js updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
signin.js Fixup signin and signout 2014-07-29 20:58:43 +00:00
signout.js Remove unnecessary hard refresh on signout. 2014-07-31 22:41:35 +00:00
signup.js Transition to signin with error message on invalid token not 500 error screen 2014-08-06 08:08:02 -07:00