Ghost/ghost/admin/app/utils
Kevin Ansfield 755e048f98 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
..
ajax.js Subscribers: Admin UI updates & fixes 2016-05-11 11:22:35 +02:00
bound-one-way.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
caja-sanitizers.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
ctrl-or-cmd.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
date-formatting.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
document-title.js deps: ember-suave@2.0.1 2016-04-08 16:27:24 +01:00
ed-image-manager.js Fix editor image perf and upload bug 2016-05-08 12:55:56 +02:00
editor-shortcuts.js Isolate all markdown editor behaviour into gh-editor component 2016-01-13 12:01:31 +00:00
ghost-paths.js Change URL for download count service 2016-02-09 10:20:24 +00:00
isFinite.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
isNumber.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
link-component.js convert more action calls to the ember-invoke-action syntax 2016-04-28 10:34:36 -05:00
random-password.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
text-field.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
titleize.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
validator-extensions.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
window-proxy.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
word-count.js Drop XRegExp dependency 2016-03-30 19:45:20 +01:00