Ghost/ghost/admin/app/routes
Steve Larson c61c42ce1d
Improved performance loading posts & pages in admin (#20646)
ref 8ea1dfb
ref https://linear.app/tryghost/issue/ONC-111

* undid the reversion for the performance improvements
* built upon new tests for the posts list functionality in admin,
including right click actions
* added tests for pages view in Admin

This was reverted because it broke the Pages list view in Admin, which
is a thin extension of the Posts functionality in admin (route &
controller). That has been fixed and tests added.

This was originally reverted because the changes to improve loading
response times broke right click (bulk) actions in the posts list. This
was not caught because it turned out we had near-zero test coverage of
that part of the codebase. Test coverage has been expanded for the posts
list, and while not comprehensive, is a much better place for us to be
in.
2024-07-29 16:19:28 +00:00
..
collection Added collections CRUD UI 2023-05-23 17:26:47 +07:00
explore Removed usage of did-insert hook and simplified openExploreWindow method 2023-08-11 10:47:47 +01:00
lexical-editor Reduced Admin search re-indexes (#20154) 2024-05-07 15:24:20 +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 🎨 Admin X - Offers (#19520) 2024-01-25 12:41:54 +00:00
posts Added mentions page for a post 2023-02-22 10:48:15 +01:00
setup Cleaned up onboardingChecklist GA labs flag 2024-06-20 11:42:42 +01:00
tag Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
activitypub-x.js Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
admin.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
application.js Fixed regex to ignore AbortError in Sentry (#20639) 2024-07-22 07:55:37 +00:00
authenticated.js 🐛 Fixed redirect to signin modal not shown when logged out (#15522) 2022-10-21 21:03:12 +01:00
collection.js Added Sentry logging for unsaved changes modal in admin (#20408) 2024-06-18 13:44:43 -05:00
collections.js Added collections CRUD UI 2023-05-23 17:26:47 +07:00
dashboard.js Moving over the new Dashboard to replace the old (#2389) 2022-05-17 09:34:34 +02:00
demo-x.js Created a skeleton AdminX demo app (#19005) 2023-11-20 13:30:15 +00:00
designsandbox.js Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00
error404.js Fixed posts list hrefs showing "mobiledoc-editor" and added "editor-beta" redirects 2023-10-04 14:37:12 +01:00
explore.js Improved URL syncing between Admin and Explore (#15640) 2022-10-21 11:48:18 +01:00
home.js Reverted "Fixed PostHog toolbar in admin (#19675)" (#19680) 2024-02-08 16:58:46 -08:00
lexical-editor.js Cleaned up old re-auth code in editor route/template (#18605) 2023-10-13 09:13:52 +00:00
member.js Revert "🐛 Fixed unexpected leave confirmation after Cmd+S on member profile" 2024-07-02 21:49:08 +02:00
members-activity.js Updated activity feed to use full width 2022-08-23 14:36:48 +02:00
members.js Fixed ember concurrency cancellation errors (#20324) 2024-06-04 16:20:49 +02:00
mentions.js Added quotes to NQL filters with ids (#18958) 2023-11-13 12:00:20 +01:00
migrate.js 🎉 Moved Substack migrator app to GA under beta features 2023-05-19 09:58:41 -04:00
offer.js 🎨 Admin X - Offers (#19520) 2024-01-25 12:41:54 +00:00
offers.js 🎨 Admin X - Offers (#19520) 2024-01-25 12:41:54 +00:00
pages.js Better matching up the pages table with the posts table 2022-09-28 14:17:12 +01:00
posts.js Improved performance loading posts & pages in admin (#20646) 2024-07-29 16:19:28 +00:00
pro.js Updated <GHBillingIframe> to not leak event listeners 2022-11-07 11:59:14 +00:00
reset.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
settings-x.js AdminX: reroute settings-x to settings (#18360) 2023-10-09 08:12:46 +01:00
setup.js Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00
signin.js Refactored signin controller to Octane patterns 2022-11-01 14:12:23 +00:00
signout.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
signup.js Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00
site.js Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00
tag.js Added Sentry logging for unsaved changes modal in admin (#20408) 2024-06-18 13:44:43 -05: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