Ghost/ghost/admin/app/routes
Kevin Ansfield bc185665a4 Removed use of ember-route-action-helper
refs https://github.com/TryGhost/Ghost/issues/14101
refs https://github.com/TryGhost/Team/issues/1734

- use of the helper was generating deprecation warnings when building Admin
- removed the single usage in favor of using `{{perform}}` directly on a controller task property as there was no need to go via the route
- changed naming of task properties to include a `...Task` suffix so it's clear when dealing with a task object
2022-08-30 16:44:50 +01:00
..
editor [chore] migrate to eslint@8 and run --fix (#2256) 2022-02-10 10:41:36 +00:00
lexical-editor Lexical-powered editor experiment (#15278) 2022-08-23 11:45:50 +01:00
member Updated members routes/controllers with Octane idioms 2020-05-20 16:39:31 +01:00
members Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
offer Added initial wiring for offer screens 2021-10-06 20:01:25 +05:30
react-editor Duplicated editor screens to react-editor 2022-07-18 10:43:29 +01:00
settings Removed use of ember-route-action-helper 2022-08-30 16:44:50 +01:00
setup 🎨 Redesigned user authentication pages (#2286) 2022-03-08 17:30:46 +00:00
tag Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
admin.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
application.js Resolved ember-simple-auth deprecations 2022-01-22 00:30:56 +00:00
authenticated.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
dashboard.js Moving over the new Dashboard to replace the old (#2389) 2022-05-17 09:34:34 +02:00
designsandbox.js Added <GhPostBookmark> and displayed on publish flow complete step 2022-05-10 13:26:13 +01:00
editor.js Dropped ember-useragent dependency 2022-03-07 10:06:35 +00:00
error404.js Fixed lint 2022-05-16 19:52:52 +05:30
explore.js Added Ghost Explore integration 2022-08-05 10:06:10 +01:00
home.js Cleaned up improvedOnboarding labs flag 2022-05-18 10:13:06 +01:00
launch.js Renamed isAdmin/isOwner/isAdminOrOwner to reduce confusion 2021-07-12 14:55:56 +02:00
lexical-editor.js Lexical-powered editor experiment (#15278) 2022-08-23 11:45:50 +01:00
member.js 🐛 Fixed impersonate modal not closing correctly when navigating away from member page. (#1753) 2022-08-03 10:13:16 +01:00
members-activity.js Updated activity feed to use full width 2022-08-23 14:36:48 +02:00
members.js Added full width to pages and posts with member attribution columns 2022-08-22 12:03:53 +01:00
offer.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
offers.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
pages.js Made all the event tables more consistent 2022-08-22 13:32:36 +01:00
posts.js Added full width to pages and posts with member attribution columns 2022-08-22 12:03:53 +01:00
pro.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
react-editor.js Changed url for react editor module to use Ghost/config-provided url (#2428) 2022-07-19 14:24:07 +01:00
reset.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
settings.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
setup.js 🎨 Redesigned user authentication pages (#2286) 2022-03-08 17:30:46 +00:00
signin.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
signout.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
signup.js Update dependency eslint-plugin-ghost to v2.14.0 (#2441) 2022-08-03 12:21:16 +01:00
site.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
tag.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
tags.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
unauthenticated.js Removed usage of deprecated EmberSimpleAuth mixins (#1910) 2021-04-12 13:21:57 +01:00
whatsnew.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00