Ghost/ghost/admin/mirage
Kevin Ansfield a7f4610381 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
..
config Removed usage of ember-light-table in subscribers screen (#1191) 2019-05-07 12:39:56 +01:00
factories Updated post list preview to use excerpt instead of plaintext 2019-02-26 13:37:23 +07:00
fixtures Removed unused forceI18n attribute from the settings model 2019-03-07 09:10:46 +00:00
models Updated config service to use new /site/ and /config/ endpoints 2019-02-25 21:47:17 +07:00
scenarios First pass at members list 2019-01-24 19:34:32 +00:00
serializers Removed use of ?include=tags,authors,authors.roles query param on post/page requests 2019-02-25 21:55:55 +07:00
.eslintrc.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
config.js Removed coveralls code-coverage reporting (#1190) 2019-05-06 12:02:23 +01:00
utils.js 🐛 Fixed missing error notification when attempting to activate an invalid theme 2019-03-25 11:32:29 +00:00