Ghost/ghost/admin/app/templates/components
Kevin Ansfield 83c9270682 Subscribers: Admin User Interface v1
Initial Subscribers screen
- set up mocked api endpoints
- basic subscribers screen with data loading, infinite scroll

"Add Subscriber" screen
- uses modal to display a new subscriber form
- validates subscriber e-mail address
- moves pagination from route into controller to use filtered/sorted CPs on top of a live-query so that new subscribers are added to the list and the total can be properly managed

TODO:
- there is currently a pretty serious performance issue where the whole table is re-rendered when the live-query is updated. `ember-light-table` doesn't allow for live-binding and has no options to easily manipulate it's rows using an external interface - it's possible to move the page loading into the component so we only render new rows but that leaves it difficult to react to new subscribers being added through the UI. I believe the number of components used within the table is also adding to the performance problems.
  - most likely solution is to drop `ember-light-table` in favour of rendering the table directly - glimmer should do a good job of fast updates even though the underlying array will be completely swapped out

"Import subscribers" screen
- uses modal to display an import subscribers CSV file upload form
- displays upload progress
- displays import stats and reloads subscribers table once import has completed
- adds `gh-file-uploader` component (NB. pared down copy of `gh-image-uploader`, ripe for some refactoring)
- fixes subscribers acceptance test failing because fixtures did not have the labs flag enabled

Unfortunately this doesn't have 100% test coverage as we're limited in how we can simulate file uploads 😞

Fix performance issues with subscribers table
- moves the table definition from the component up to the controller
- switches back to manually manipulating table rows instead of using a live-query

This is a quick-fix in that it allows us to continue using the `ember-light-table` component but it does mean that we lose some flexibility that the live-query gave us. For now it's not much of an issue and it allows us to defer deeper performance/flexibility work until we have a concrete need and requirements.

Hook up Export CSV button
- use a hidden iFrame to trigger the browser to hit the CSV export endpoint and download the file

Re-order subscribers table by clicking column headers
- displays currently sorted column and sort direction
- clicking a column header re-fetches the data from the server with the appropriate query params

Fix scroll triggers for infinite pagination + icon change
- adds a debounce as well as the throttle so that we always get a final scroll trigger once scrolling has stopped
- changes the subscribers icon from the temporary team icon to the mail icon
2016-05-11 10:28:11 +02:00
..
gh-search-input replace gh-selectize with power-select in gh-search-input 2016-04-19 10:55:10 -05:00
modals Subscribers: Admin User Interface v1 2016-05-11 10:28:11 +02:00
gh-activating-list-item.hbs Rework gh-activating-list-item for new link-to 2015-07-08 18:37:15 -05:00
gh-alert.hbs update Ember to 1.12.1/ember-data to 1.0.0-beta.18 2015-06-02 22:26:16 -06:00
gh-alerts.hbs update Ember to 1.12.1/ember-data to 1.0.0-beta.18 2015-06-02 22:26:16 -06:00
gh-app.hbs Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
gh-blog-url.hbs Replace gh-blog-url helper with a component. 2015-05-05 14:40:18 -04:00
gh-content-preview-content.hbs Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
gh-content-view-container.hbs Load more posts after post deletion 2016-02-09 09:08:31 -07:00
gh-datetime-input.hbs Fix changing text and jumping caret in PSM's date input 2015-12-08 10:13:17 +00:00
gh-ed-preview.hbs Fix editor image perf and upload bug 2016-05-08 12:55:56 +02:00
gh-editor-save-button.hbs Spin button consistency 2015-08-26 16:21:42 +01:00
gh-editor.hbs Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
gh-error-message.hbs adds inline errors to validation 2015-07-05 14:02:06 -04:00
gh-feature-flag.hbs convert feature controller to service 2016-02-09 08:37:44 -06:00
gh-file-upload.hbs First pass colour audit 2015-06-24 12:15:48 +01:00
gh-file-uploader.hbs Subscribers: Admin User Interface v1 2016-05-11 10:28:11 +02:00
gh-fullscreen-modal.hbs Refactor modals 2016-01-12 20:53:08 +00:00
gh-image-uploader-with-preview.hbs Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
gh-image-uploader.hbs Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
gh-infinite-scroll.hbs Load more posts after post deletion 2016-02-09 09:08:31 -07:00
gh-menu-toggle.hbs Adds 'button' role to toggle icon for better a11y 2015-08-20 12:51:44 +02:00
gh-modal-dialog.hbs Multiple minor visual style fixes 2015-08-12 10:29:40 +02:00
gh-nav-menu.hbs Subscribers: Admin User Interface v1 2016-05-11 10:28:11 +02:00
gh-navigation.hbs Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
gh-navitem.hbs Replace jquery-ui.sortable with ember-sortable for nav items 2016-02-09 22:08:21 +00:00
gh-notification.hbs fixed notification components 2015-05-22 19:05:17 +01:00
gh-notifications.hbs update Ember to 1.12.1/ember-data to 1.0.0-beta.18 2015-06-02 22:26:16 -06:00
gh-posts-list-item.hbs Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
gh-profile-image.hbs Finish changes in #5807 (debounced gravatar load in gh-profile-image) 2015-10-29 11:30:30 +00:00
gh-search-input.hbs replace gh-selectize with power-select in gh-search-input 2016-04-19 10:55:10 -05:00
gh-select-native.hbs deps: ember/ember-data@2.2.0 2015-11-30 12:23:47 -06:00
gh-spin-button.hbs fix auto width and height of spin button component 2015-08-19 23:39:07 -04:00
gh-subscribers-table.hbs Subscribers: Admin User Interface v1 2016-05-11 10:28:11 +02:00
gh-tag-settings-form.hbs Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
gh-tag.hbs Load more posts after post deletion 2016-02-09 09:08:31 -07:00
gh-tags-management-container.hbs Mobile fixes for tag management UI 2015-11-02 13:18:10 +00:00
gh-url-preview.hbs The great migration (EAK -> ember-cli) 2015-03-11 12:37:41 -06:00
gh-user-active.hbs Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
gh-user-invited.hbs Update Ember to 1.13.2 2015-06-24 11:47:28 -05:00
gh-view-title.hbs Zelda menu z-index and viewport transition finishes 2015-06-14 13:57:09 -07:00