Ghost/ghost/admin/app/components/dashboard
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
..
latest-member-activity.hbs Humanized event details on members activity screen 2022-01-25 11:50:10 +00:00
latest-member-activity.js Updated dashboard member activity widget to use fetcher resource 2022-01-22 16:04:54 +00:00