1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/routes
Kevin Ansfield fa8a08e40b
Removed usage of ember-light-table in subscribers screen (#1191)
no issue

`ember-light-table` is falling behind Ember.js and other addon development and is increasingly causing issues with Ember deprecations and addon incompatibility.

- swaps `ember-light-table` usage for a straightforward table using `vertical-collection` for occlusion
- uses the same loading mechanism as the members screen with a slight optimisation where the initial load will fetch subscribers in batches of 200 until they are all loaded
- removes now-unused pagination mixin
- fixes duplicate subscriber validation handling
2019-05-07 12:39:56 +01:00
..
editor Revert "[TEMP] Broke linting" 2019-03-11 16:26:36 +00:00
settings Added integration details to Zapier integration screen behind dev flag 2019-04-04 12:25:16 +01:00
setup Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
staff Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
subscribers Removed usage of ember-light-table in subscribers screen (#1191) 2019-05-07 12:39:56 +01:00
about.js Fixed linting 2019-03-04 09:27:39 +00:00
application.js Allowed editors to see notifications 2019-04-18 13:03:19 +02:00
authenticated.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
editor.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
error404.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
home.js View site inside Ghost Admin 2019-03-21 10:33:14 +01:00
member.js Updated member management data (#1150) 2019-04-16 20:32:43 +05:30
members.js View site inside Ghost Admin 2019-03-21 10:33:14 +01:00
pages.js 🎨 Separated post and page list screens (#1101) 2019-02-22 10:17:33 +07:00
posts.js Removed use of ?include=tags,authors,authors.roles query param on post/page requests 2019-02-25 21:55:55 +07:00
reset.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
setup.js View site inside Ghost Admin 2019-03-21 10:33:14 +01:00
signin.js Fixed tests 2018-05-08 12:35:42 +01:00
signout.js Use Admin API v2 with session auth (#1046) 2018-10-05 19:46:33 +01:00
signup.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
site.js Added reset-to-homepage behaviour when clicking "view site" link 2019-03-21 17:55:58 +00:00
subscribers.js Removed usage of ember-light-table in subscribers screen (#1191) 2019-05-07 12:39:56 +01:00