1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/tests/acceptance
Kevin Ansfield f69c5125e6 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
..
posts improve 404 error handling in post route 2016-02-14 16:49:57 -06:00
settings Structured Data 3.0 2016-05-08 17:43:59 +02:00
authentication-test.js Fix 401 error when uploading images 2016-01-25 11:11:29 +00:00
password-reset-test.js Acceptance tests for password reset flow on signin screen 2016-02-02 12:22:41 +00:00
setup-test.js Fill in pending tests setup acceptance tests 2016-01-05 17:03:22 +00:00
signin-test.js add signin acceptance test 2016-02-16 23:08:24 -06:00
subscribers-test.js Subscribers: Admin UI updates & fixes 2016-05-11 11:22:35 +02:00
team-test.js Structured Data 3.0 2016-05-08 17:43:59 +02:00