Ghost/ghost/admin/controllers
Matt Enlow e48b5edbb4 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 Revert post status on failed save. 2014-08-15 00:22:10 +00:00
modals Show warning dialog if session has ended in editor 2014-08-25 19:45:26 +00:00
posts Abstract mobile transition interactions 2014-09-16 07:28:03 -06:00
settings Adds (Never) for users who haven't been seen 2014-09-05 16:45:34 +01:00
application.js [WIP] Wire up new mobile nav 2014-09-10 18:33:27 +01:00
debug.js Error notification if send mail api returns 500 2014-08-11 09:15:12 -07:00
error.js Change Ember function.property() to Ember.computed 2014-08-19 10:01:17 -06:00
forgotten.js Reset email form value on success 2014-08-08 02:52:19 +01:00
post-settings-menu.js Post Settings Menu - Step 1 2014-09-10 17:31:19 +02:00
post-tags-input.js Change Ember function.property() to Ember.computed 2014-08-19 10:01:17 -06:00
posts.js Emberify Posts mobile transitions 2014-09-10 20:58:10 -06:00
reset.js Proper messaging on password reset 2014-08-01 13:18:53 +00:00
settings.js Hide settings/apps unless apps:true is in config.js 2014-06-23 20:27:51 +01:00
setup.js Avoids duplicate notification / transition 2014-07-31 14:22:37 +02:00
signin.js Refactor notifications to prevent stacking. 2014-08-01 16:57:29 +00:00
signup.js Avoids duplicate notification / transition 2014-07-31 14:22:37 +02:00