Ghost/ghost/admin/app/templates/subscribers
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
..
import.hbs Removed usage of ember-light-table in subscribers screen (#1191) 2019-05-07 12:39:56 +01:00
new.hbs ESLint: Alias model in controllers 2018-01-12 12:17:56 +00:00