0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/templates
Matt Enlow 153f76aa7c 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
..
components Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
editor Indirect post title in editor 2014-07-03 11:09:05 -06:00
modals Aditional classes in settings and invite user modal for the new form style 2014-07-07 17:00:47 +01:00
posts Stay on posts.index route when no posts exist 2014-06-25 14:56:41 +00:00
settings Refactor settings routing and mobile interactions 2014-07-14 17:36:48 -06:00
-floating-header.hbs
-navbar.hbs Fix mobile sidebar menu 2014-07-07 08:55:22 -06:00
-publish-bar.hbs Ensure incomplete tags aren't lost on save 2014-06-24 12:14:27 +02:00
application.hbs Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
debug.hbs Finish Debug screen for Ember admin 2014-06-25 04:36:17 +00:00
editor-save-button.hbs
error.hbs Add error template, route and controller 2014-06-24 23:33:02 +01:00
forgotten.hbs
post-settings-menu.hbs PostSettingsMenu: Don't save new posts, reset values on failure 2014-07-02 15:29:15 -06:00
post-tags-input.hbs Ensure incomplete tags aren't lost on save 2014-06-24 12:14:27 +02:00
posts.hbs Mobile Interactions 2014-06-24 18:33:59 -04:00
reset.hbs
settings.hbs Refactor settings routing and mobile interactions 2014-07-14 17:36:48 -06:00
setup.hbs New setup screen for blog installation. 2014-06-26 15:31:44 +02:00
signin.hbs Signin Validation 2014-07-01 10:51:30 -04:00
signup.hbs
user-actions-menu.hbs New edit user UI 2014-07-01 18:42:13 +01:00