Ghost/core/client/views
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 Reach Editor parity with Ember 2014-06-13 18:12:03 -04:00
mobile Abstract mobile transition interactions 2014-09-16 07:28:03 -06: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 Abstract mobile transition interactions 2014-09-16 07:28:03 -06:00
content-preview-content-view.js Resets the scroll position on controller content change 2014-09-02 13:13:32 +01:00
editor-save-button.js Rework editor save button. 2014-08-20 13:36:25 +00:00
item-view.js Change Ember function.property() to Ember.computed 2014-08-19 10:01:17 -06:00
paginated-scroll-box.js Emberify Posts mobile transitions 2014-09-10 20:58:10 -06:00
post-item-view.js Abstract mobile transition interactions 2014-09-16 07:28:03 -06: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 Abstract mobile transition interactions 2014-09-16 07:28:03 -06:00
settings.js Abstract mobile transition interactions 2014-09-16 07:28:03 -06:00