Ghost/ghost/admin/app/routes
Kevin Ansfield 84b8d1be3b Moved cmd+shift+p shortcut handling into <GhPublishmenu>
refs https://github.com/TryGhost/Team/issues/1169

We want all publish actions to trigger a confirmation modal. Currently that confirmation modal is controlled by `<GhPublishmenu>` which made it difficult to use from the route-induced publish shortcut.

- removed old shortcut mixin approach from the editor route
- added modern keyboard handler to a hidden element that is rendered any time the publish menu is present
2021-12-01 11:51:10 +00:00
..
editor Fixed new post screen showing 500 error 2021-07-12 20:19:50 +01:00
member Updated members routes/controllers with Octane idioms 2020-05-20 16:39:31 +01:00
members Updated members routes/controllers with Octane idioms 2020-05-20 16:39:31 +01:00
offer Added initial wiring for offer screens 2021-10-06 20:01:25 +05:30
settings 🐛 Fixed install of free themes from the marketplace that aren't in the built-in list 2021-11-12 12:57:25 +00:00
setup Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
tag Cleaned up and re-organised tag and new tag routes/controllers 2019-12-09 17:44:16 +00:00
application.js Added additional error reporting and context to Sentry 2021-11-08 12:34:23 +00:00
authenticated.js Removed usage of deprecated EmberSimpleAuth mixins (#1910) 2021-04-12 13:21:57 +01:00
dashboard.js Removed labs dashboard and feature flag 2021-09-14 10:12:16 +01:00
designsandbox.js Renamed design sandbox template 2021-02-05 14:00:51 +01:00
editor.js Moved cmd+shift+p shortcut handling into <GhPublishmenu> 2021-12-01 11:51:10 +00:00
error404.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
home.js Added blank dashboard screen 2021-02-02 16:08:00 +00:00
launch.js Renamed isAdmin/isOwner/isAdminOrOwner to reduce confusion 2021-07-12 14:55:56 +02:00
member.js Removed @classic decorator from member route 2021-08-31 09:37:44 +01:00
members.js Added Members Filtering feature 2021-10-01 14:16:28 +02:00
offer.js Added initial wiring for offer screens 2021-10-06 20:01:25 +05:30
offers.js Updated offers list to filter on archived offers 2021-10-13 21:23:30 +05:30
pages.js Refactored document-title handler 2019-05-20 16:16:19 +01:00
posts.js Added 'sent' status as a valid posts route filter 2021-08-13 17:18:37 +04:00
pro.js Added handling for forceUpgrade state (#2116) 2021-10-22 12:29:55 +02:00
reset.js Removed usage of deprecated EmberSimpleAuth mixins (#1910) 2021-04-12 13:21:57 +01:00
settings.js Made session.user a synchronous property rather than a promise 2021-07-08 14:54:31 +01:00
setup.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
signin.js Removed usage of deprecated EmberSimpleAuth mixins (#1910) 2021-04-12 13:21:57 +01:00
signout.js Refactored document-title handler 2019-05-20 16:16:19 +01:00
signup.js Removed usage of deprecated EmberSimpleAuth mixins (#1910) 2021-04-12 13:21:57 +01:00
site.js 🐛 Fixed settings previews not working in private site mode (#2128) 2021-10-28 18:29:41 +05:30
tag.js Made session.user a synchronous property rather than a promise 2021-07-08 14:54:31 +01:00
tags.js Made session.user a synchronous property rather than a promise 2021-07-08 14:54:31 +01:00
unauthenticated.js Removed usage of deprecated EmberSimpleAuth mixins (#1910) 2021-04-12 13:21:57 +01:00
whatsnew.js Updated About/What's new? page (#1872) 2021-09-08 14:00:24 +02:00