Ghost/ghost/admin/utils
Matt Enlow 14f29f5139 Refactor settings routing and mobile interactions
Closes #3254, closes #3138, closes #3245
 ### Settings Routing and View refactoring
- Refactored `SettingsView` to handle transitions between mobile and desktop layouts
- `SettingsRoute` will only transition to `settings.general` if the screen is large enough to show both the menu and the content
- Added `SettingsIndexView` to handle showing the settings menu on mobile screens
- Added `SettingsContentBaseView` to be inherited by any settings view that is not index.
- Updated Settings templates appropriately to work with new views
- Removed extraneous `active` class from `settings-content`
- Changed settings menu to use `gh-activating-list-item`
- Retooled settings tests

 ### Mobile Utils
- Renamed file to `mobile.js`, since it's inside of `utils/`
- Added `mobileQuery` MediaQueryList to help detect layout changes
- Removed unused `hasTouchScreen`, `device.js` should be used instead.
- Removed unused `smallScreen` function
- Moved FastClickInit to codemirror-mobile
2014-07-14 17:36:48 -06:00
..
ajax.js Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
bound-one-way.js Create boundOneWay util function 2014-06-14 15:27:52 -06:00
codemirror-mobile.js Refactor settings routing and mobile interactions 2014-07-14 17:36:48 -06:00
codemirror-shortcuts.js Implement Mobile Editor 2014-06-24 18:33:43 -04:00
date-formatting.js Add yearless date as an acceptable format for moment parsing 2014-07-06 20:49:15 -06:00
ghost-paths.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
link-view.js Refactor navbar to eliminate nested {{link-to}}. 2014-04-01 22:36:16 -04:00
mobile.js Refactor settings routing and mobile interactions 2014-07-14 17:36:48 -06:00
notifications.js Turn on update notifications for Ember admin 2014-07-11 15:02:26 +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
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