Ghost/ghost/admin/mirage/models
Kevin Ansfield 92ece7b373 Refactored member activity list components
refs https://github.com/TryGhost/Team/issues/1277

- renamed `<GhActivityTimeline>` to `<GhMemberActivityEventParser>` and modified so that it yields parsed events rather than directly renders them
  - makes the component re-usable as it can be used to decorate raw events ready for use in context-specific templates
  - switches to using a getter to yield the parsed events so that they will update automatically when the `@events` argument changes
- updated `<Dashboard::LatestMemberActivity>` to use `<GhMemberActivityEventParser>` and keep the member activity box output local to itself
- added integration tests for `<Dashboard::LatestMemberActivity>`
  - added Mirage setup for member activity event models/serializers/route
2022-01-19 12:58:09 +00:00
..
api-key.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
config.js Updated config service to use new /site/ and /config/ endpoints 2019-02-25 21:47:17 +07:00
custom-theme-setting.js Added acceptance tests for new design screen 2021-11-01 17:48:49 +00:00
email.js Fixed tests 2019-11-08 11:14:04 +07:00
integration.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
invite.js Bump ember-cli-mirage to 0.4.2 (#969) 2018-03-19 09:53:17 +00:00
label.js Added ability to bulk delete members by label or status (#1883) 2021-04-08 12:06:27 +01:00
member-activity-event.js Refactored member activity list components 2022-01-19 12:58:09 +00:00
member.js Added ability to bulk delete members by label or status (#1883) 2021-04-08 12:06:27 +01:00
notification.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
page.js 🎨 Separated post and page list screens (#1101) 2019-02-22 10:17:33 +07:00
post.js Fixed tests 2019-11-08 11:14:04 +07:00
product.js Fixed tests 2021-05-10 21:02:54 +01:00
role.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
site.js Updated config service to use new /site/ and /config/ endpoints 2019-02-25 21:47:17 +07:00
snippet.js Implemented first iteration of content snippets 2020-10-15 18:03:35 +01:00
subscriber.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
tag.js Bump ember-cli-mirage to 0.4.2 (#969) 2018-03-19 09:53:17 +00:00
theme.js fetch themes from /themes endpoint (#542) 2017-02-21 18:28:44 +00:00
user.js Use token input to allow selection of multiple authors in PSM 2018-03-27 18:50:52 +01:00
webhook.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00