Ghost/core/client/routes
Matt Enlow e10c0f20cf Implement Shortcuts in Ember
Closes #2988, #2752
Ref #1463, #2984,
 # Shortcuts via Keymaster
- Added KeyMaster to bower dependencies. KeyMaster is a minimal keyboard
  shortcuts library.
- Added `ShortcutsRouteMixin` for routes that will use shortcuts.
  Currently, only routes can have shortcuts. See the extensive comment
  at the top of `core/client/mixins/shortcuts-route.js` for a
  description of how to implement shortcuts.

 ## Other Changes
- Injected popover service into ApplicationRoute
- Created `EditorRouteBase` mixin for the `editor.new` and
  `editor.edit` routes to mixin.
- `StyleBodyMixin` now calls `this._super()` on `activate` and
  `deactivate` to play nicely with other mixins.

 ## Shortcuts and Stubs implemented
 #### Application-Wide
- `'esc':'closePopups'` shortcut **stub** to close popovers,
 modals, and notifcations

 #### Editor Shortcuts
- `'ctrl+s, command+s': 'save'` note that `command` is the
  `meta` key.
- `'ctrl+alt+p': 'publish'`
- `'ctrl+alt+z': 'toggleZenMode'`
2014-06-19 15:07:42 -06:00
..
editor Implement Shortcuts in Ember 2014-06-19 15:07:42 -06:00
posts Change posts, post and signout routes to be AuthenticatedRoutes 2014-06-13 14:13:07 -06:00
settings Move debug page from /settings/debug to /debug 2014-05-19 19:18:07 +02:00
application.js Implement Shortcuts in Ember 2014-06-19 15:07:42 -06:00
authenticated.js Transition user to original destination after signin 2014-06-13 14:28:35 -06:00
content.js Add /content redirect to Ember admin. 2014-05-15 18:52:10 -06:00
debug.js Make debug an authenticated route 2014-06-09 02:05:40 +00:00
forgotten.js Flesh out more of the Ember admin 2014-03-16 16:01:56 -04:00
posts.js Implement Shortcuts in Ember 2014-06-19 15:07:42 -06:00
reset.js Created ResetController. 2014-03-31 13:06:28 +02:00
settings.js Flesh out more of the Ember admin 2014-03-16 16:01:56 -04:00
signin.js Fix csrfSecret handling 2014-06-16 20:32:51 +00:00
signout.js Show notification on successful sign out 2014-06-16 22:54:21 +00:00
signup.js Ember Data with Posts 2014-05-29 07:42:51 -05:00