0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core
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
..
client Subscribers: Admin UI updates & fixes 2016-05-11 11:22:35 +02:00
server Subscribers: store post id using the postlookup fn 2016-05-11 10:28:12 +02:00
shared move private-blogging functionality into an internal app 2016-04-11 08:58:41 -05:00
test Subscribers: finish permission handling 2016-05-11 10:28:12 +02:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00