Ghost/ghost/admin/app/routes
Naz Gargol c41c184762 Added member "add" screen (#1411)
no issue

- We have a need to create a member manually, this changeset solves this problem.
- Added new member button to the member's screen
- Needed to be able to perform add member action
- Fixed inconsistent `createAt` naming. All models use consistent `createdAtUTC`, fixed it up so that members model follows the same pattern. If we want to change this pattern should probably happen for all models at once
- Fixed member avatar when creating a new member. If the values are completely empty the screen ends up being filled with empty space. Added some dummy initials which are recalculated once the member enters the name or an email
- Refactored DS naming for consistency. Nowhere else in the codebase 'DS' name is ever used, made this consistent
- Added missing validations in members form
- Simplified if conditions in the member list template. When using the if/esle statements unnecessary new-line symbols were inserted which made it hard to test. Also by using computed property view is much cleaner
- Updated member's model default value for `subscribed` to "true". It is turned on by default in the model layer  on the backend (ref: https://github.com/TryGhost/Ghost/blob/3.1.0/core/server/data/schema/schema.js#L330), this behavior is intended and should be the same on the frontend
2019-11-28 18:30:21 +07:00
..
editor Removed unnecessary '?status=all' query parameter (#1330) 2019-09-18 15:11:35 +01:00
member Added member "add" screen (#1411) 2019-11-28 18:30:21 +07:00
members Added csv import/export for members 2019-10-04 15:14:20 +05:30
settings 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
setup Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
staff Refactored document-title handler 2019-05-20 16:16:19 +01:00
tags 🎨 Updated tags screen design and usability (#1283) 2019-08-27 19:21:31 +05:30
about.js Refactored document-title handler 2019-05-20 16:16:19 +01:00
application.js Added "What's new" indicator and modal to highlight recent updates (#1292) 2019-08-23 10:01:27 +01:00
authenticated.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
editor.js Removed "Unsupported browser" warning for Chromium-based Edge 2019-06-25 14:52:09 +01:00
error404.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
home.js View site inside Ghost Admin 2019-03-21 10:33:14 +01:00
member.js Added unsaved changes check to member details page 2019-10-10 18:06:33 +05:30
members.js Enabled members by default 2019-10-14 08:42:04 +05:30
pages.js Refactored document-title handler 2019-05-20 16:16:19 +01:00
posts.js 🐛 Fixed browser back button behaviour after clicking "x posts" on tags screen (#1306) 2019-08-29 11:10:09 +01:00
reset.js Refactored styleBody mixin 2019-05-20 14:57:21 +01:00
setup.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
signin.js Refactored document-title handler 2019-05-20 16:16:19 +01:00
signout.js Refactored document-title handler 2019-05-20 16:16:19 +01:00
signup.js Refactored styleBody mixin 2019-05-20 14:57:21 +01:00
site.js Allowed "view site" request to save cookies in cross-origin requests 2019-09-09 17:01:26 +01:00
tags.js 🎨 Updated tags screen design and usability (#1283) 2019-08-27 19:21:31 +05:30