Ghost/ghost/admin/app/components/members-activity
Simon Backx e986b78458
Added member attributions to activity feed (#15283)
refs https://github.com/TryGhost/Team/issues/1833
refs https://github.com/TryGhost/Team/issues/1834

We've added the attribution property to subscription and signup events when the
flag is enabled. The attributions resource is fetched by creating multiple relations
on the model, rather than polymorphic as we ran into issues with that as they can't
be nullable/optional.

The parse-member-event structure has been updated to make it easier to work with,
specifically `getObject` is only used when the event is clickable, and there is now a 
join property which makes it easier to join the action and the object.
2022-08-24 10:11:25 -04:00
..
event-type-filter.hbs Simplifying for the fitler dropdown for Activity Feed 2022-02-15 15:41:32 +00:00
event-type-filter.js 🐛 Fixed comments not visible in activity feed 2022-08-18 15:46:21 +02:00
member-filter-trigger.hbs Added member search/filter UI to the members-activity screen 2022-01-27 15:00:40 +00:00
member-filter.hbs Fixed a hbs linting problem with the Clear Member button 2022-03-09 17:25:59 +00:00
member-filter.js Added member search/filter UI to the members-activity screen 2022-01-27 15:00:40 +00:00
no-events.hbs Updated activity feed empty state icon 2022-07-12 14:03:40 +01:00
table-row.hbs Added member attributions to activity feed (#15283) 2022-08-24 10:11:25 -04:00
table.hbs Added in the attribution column for activity page 2022-08-22 17:51:01 +01:00