Ghost/ghost/admin/mirage
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
..
config Refactored member activity list components 2022-01-19 12:58:09 +00:00
factories Refactored member activity list components 2022-01-19 12:58:09 +00:00
fixtures Added acceptance tests for new design screen 2021-11-01 17:48:49 +00:00
models Refactored member activity list components 2022-01-19 12:58:09 +00:00
scenarios 🔥 Removed all subscriber feature related code (#1337) 2019-09-26 15:58:01 +02:00
serializers Refactored member activity list components 2022-01-19 12:58:09 +00:00
.eslintrc.js Update dependency eslint to v7 (#1566) 2020-05-17 22:53:37 +01:00
config.js Added acceptance tests for new design screen 2021-11-01 17:48:49 +00:00
utils.js Fixed tests 2021-05-10 21:02:54 +01:00