Ghost/ghost/admin/mirage/config
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
..
api-keys.js
authentication.js
config.js
custom-theme-settings.js
email-preview.js
emails.js
integrations.js
invites.js
labels.js
members.js Switched faker to @faker-js/faker 2024-07-01 14:49:42 +02:00
mentions.js
newsletters.js
offers.js
pages.js Improved performance loading posts & pages in admin (#20646) 2024-07-29 16:19:28 +00:00
posts.js Improved performance loading posts & pages in admin (#20646) 2024-07-29 16:19:28 +00:00
roles.js
settings.js
site.js
slugs.js
snippets.js
stats.js
tags.js
themes.js
tiers.js
uploads.js
users.js
webhooks.js