Ghost/ghost/admin/app/components/members-activity
Kevin Ansfield 98eb75ef06 Added member search/filter UI to the members-activity screen
refs https://github.com/TryGhost/Team/issues/1290

- renamed `@updateExcludedEvents` to `@onChange` and updated associated action name so we have consistent naming for our select-like components
- added `<MembersActivity::MemberFilter>` component
  - utilises `<PowerSelect>` with a custom trigger component and  and a debounced search via the member's API
  - does not use `<PowerSelect>`'s default "selected" behaviour in favor of replacing the select with a button to provide a clearer "reset filter" UX that's easier to build/style outside of the power-select components
  - added `.ember-power-select-trigger-reset` class to reset margins, paddings, borders, and heights so that it's easier for a custom trigger's contents to control the display
2022-01-27 15:00:40 +00:00
..
event-type-filter.hbs Added basic activity filter styling with first round icons 2022-01-26 17:54:26 +00:00
event-type-filter.js Added member search/filter UI to the members-activity screen 2022-01-27 15:00:40 +00: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 Added member search/filter UI to the members-activity screen 2022-01-27 15:00:40 +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 Added member details and hid member column on activity feed when filtered by member 2022-01-25 16:40:51 +00:00
table-row.hbs Styled activity mini-views and full-view to bring closer to design 2022-01-26 14:37:34 +00:00
table.hbs Removed members column and combined with events in activity 2022-01-26 11:19:03 +00:00