1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/mixins
Naz Gargol 3ec3671aee
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
..
body-event-listener.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
current-user-settings.js Left navigation menu update (#1102) 2019-02-22 16:43:35 +07:00
dropdown-mixin.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
settings-menu-component.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
shortcuts-route.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
shortcuts.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
slug-url.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
text-input.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
unauthenticated-route-mixin.js View site inside Ghost Admin 2019-03-21 10:33:14 +01:00
validation-engine.js Added member "add" screen (#1411) 2019-11-28 18:30:21 +07:00
validation-state.js Update ember core 2019-07-22 14:00:52 +01:00