Ghost/ghost/admin/mirage/serializers
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
..
application.js Fixed invite management tests 2020-01-08 15:37:06 +00:00
integration.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01: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
page.js Removed use of ?include=tags,authors,authors.roles query param on post/page requests 2019-02-25 21:55:55 +07:00
post.js Removed use of ?include=tags,authors,authors.roles query param on post/page requests 2019-02-25 21:55:55 +07:00
tag.js Automatically update count.posts when serialising tags in mirage 2018-11-08 13:49:00 +00:00
user.js Use token input to allow selection of multiple authors in PSM 2018-03-27 18:50:52 +01:00