Ghost/ghost/admin/tests/acceptance
Kevin Ansfield 9942fb337e Improved performance of members admin screens
no issue

- removes the "old" members screens
- swaps route names and links to point at the new members screens that were behind the experiments flag

Why are the new screens faster?

- only loads 50 members at once rather than every member in the database
- loads pages of members in as-needed whilst scrolling
- fetches member stats from the API rather than calculating locally
- caches members list and stats data for 60 seconds to avoid re-fetching when navigating to/from the members list
- moves search and filtering duties to the API rather than calculating locally
2020-05-28 13:35:53 +01:00
..
settings Fixed save test 2020-04-06 18:02:19 +05:30
authentication-test.js Updated for breaking changes in ember-cli-mirage@1.0.0 2019-05-27 09:58:33 +01:00
content-test.js Added default and custom post views (filters) to the admin sidebar (#1474) 2020-01-30 15:35:36 +00:00
custom-post-templates-test.js Updated for breaking changes in ember-cli-mirage@1.0.0 2019-05-27 09:58:33 +01:00
editor-test.js Fixed publish menu tests 2020-04-23 21:11:04 +01:00
error-handling-test.js 🔥 Removed all subscriber feature related code (#1337) 2019-09-26 15:58:01 +02:00
members-test.js Improved performance of members admin screens 2020-05-28 13:35:53 +01:00
password-reset-test.js Updated for breaking changes in ember-cli-mirage@1.0.0 2019-05-27 09:58:33 +01:00
setup-test.js Removed <GhDownloadCount> 2020-01-27 09:51:45 +00:00
signin-test.js Updated for breaking changes in ember-cli-mirage@1.0.0 2019-05-27 09:58:33 +01:00
signup-test.js Updated for breaking changes in ember-cli-mirage@1.0.0 2019-05-27 09:58:33 +01:00
staff-test.js Updated notifications design (#1498) 2020-02-27 09:19:29 +00:00