Ghost/core/client/utils
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
..
ajax.js Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
bound-one-way.js Change Ember function.property() to Ember.computed 2014-08-19 10:01:17 -06:00
caja-sanitizers.js Add XSS prevention 2014-07-27 23:03:01 +02:00
codemirror-mobile.js Fix markdown/preview tab for mobile 2014-08-21 17:13:30 +01:00
codemirror-shortcuts.js Working CopyHTML shortcut 2014-08-19 15:05:26 +01:00
date-formatting.js Add yearless date as an acceptable format for moment parsing 2014-07-06 20:49:15 -06:00
editor-shortcuts.js Working CopyHTML shortcut 2014-08-19 15:05:26 +01:00
ghost-paths.js Implement About Ghost page 2014-09-02 13:49:01 -06:00
link-view.js Remove active class from buttons. 2014-09-09 22:21:39 +00:00
mobile.js Abstract mobile transition interactions 2014-09-16 07:28:03 -06:00
notifications.js Refactor notifications to prevent stacking. 2014-08-01 16:57:29 +00:00
set-scroll-classname.js Add shadows to PostsListView and the adjacent HTML Preview; Fix preview render 2014-06-08 12:53:54 -04:00
text-field.js Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
titleize.js Cleanup CodeMirror shortcuts. 2014-07-31 10:53:13 -04:00
validator-extensions.js Add Validations Layer and Post Validations 2014-06-21 00:12:55 -04:00
word-count.js Fix word count in ember. 2014-06-22 19:33:44 +00:00