Ghost/ghost/admin/app/components/members-activity
Kevin Ansfield acbc4233a8 Humanized event details on members activity screen
refs https://github.com/TryGhost/Team/issues/1277

- moved event parsing from a component to a helper
  - keeps code as a plain function
  - allows for per-event parsing which helps with rendering as we're not rebuilding/re-rendering a whole array each time the events data changes when a new page is loaded
  - updated to include full member and email objects (will be used later for email preview popup)
- updated members-activity table row component to use the event parser helper for better event details
2022-01-25 11:50:10 +00:00
..
event-type-filter.hbs Added event filtering UI to members activity screen 2022-01-24 17:31:32 +00:00
event-type-filter.js Added event filtering UI to members activity screen 2022-01-24 17:31:32 +00:00
no-events.hbs Added fetching of member events to members-activity screen 2022-01-22 15:35:08 +00:00
table-row.hbs Humanized event details on members activity screen 2022-01-25 11:50:10 +00:00
table.hbs Added fetching of member events to members-activity screen 2022-01-22 15:35:08 +00:00