0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00
ghost/core/client/app/controllers
Kevin Ansfield 4f1fae5e7d Subscribers: Admin UI updates & fixes
Update for synchronous feature service

Add client-side handling of server-side errors when adding subscribers
- display server-provided error message when we get a server error
- fix the ajax util's `getRequestErrorMessage` method so that it works correctly with Ember's `InvalidError` object instead of the previous request object that it was receiving (*TODO:* this really needs looking at properly so we aren't losing details and Ember Data can do it's stuff)

Styling updates
- proper icon for ascending/descending
- change hover colour to green for "Import CSV" button

Delete subscriber button with confirm modal
- display delete button when hovering over a subscriber row (WARN: really ugly button, styles definitely want looking at)
- show confirm modal when clicking the delete button
- delete subscriber, remove from table, and update total on confirm
2016-05-11 11:22:35 +02:00
..
editor Refactor modals 2016-01-12 20:53:08 +00:00
settings Structured Data 3.0 2016-05-08 17:43:59 +02:00
setup cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
team Structured Data 3.0 2016-05-08 17:43:59 +02:00
about.js Always show current year in copyright text on "About" page 2016-01-25 11:33:10 +00:00
application.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
error.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
post-settings-menu.js Merge pull request #6651 from kevinansfield/uploader-js-must-die 2016-04-14 16:57:57 +01:00
posts.js Load more posts after post deletion 2016-02-09 09:08:31 -07:00
reset.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
setup.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
signin.js Correctly use POST request to reset password 2016-02-02 12:58:39 +01:00
signup.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
subscribers.js Subscribers: Admin UI updates & fixes 2016-05-11 11:22:35 +02:00