Ghost/ghost/admin/app/models
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
..
action.js Display "sent" info in publish menu 2019-11-04 16:13:18 +07:00
api-key.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
email.js Added failed state with retry button to PSM email pane 2019-11-25 13:20:16 +00:00
integration.js Filter non-custom integrations from Custom Integrations list 2019-02-15 14:18:05 +00:00
invite.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
member-subscription.js Updated member model to use new subscriptions structure 2019-10-03 23:10:42 +05:30
member.js Added member "add" screen (#1411) 2019-11-28 18:30:21 +07:00
navigation-item.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
notification.js 🎨 Move "Update available" notification to the About screen (#894) 2018-01-09 14:23:36 +00:00
page.js 🎨 Separated post and page list screens (#1101) 2019-02-22 10:17:33 +07:00
post.js Added confirmation modal and use email model in place of action 2019-11-07 15:56:41 +07:00
role.js Fixed error causing missing sidebar after import 2019-03-04 16:17:28 +00:00
setting.js Added new top-level bulk email settings 2019-11-13 22:38:16 +05:30
slack-integration.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
tag.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
theme.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
unsplash-integration.js 🎨 Enabled Unsplash integration by default (#862) 2017-09-20 12:19:48 +02:00
user.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
webhook.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00