Added membersActivityFeed alpha labs flag

refs https://github.com/TryGhost/Team/issues/1277

- used for prototyping a separate activity feed screen that can show all members activity, combining the events shown in the dashboard with the email events shown on the member screen
This commit is contained in:
Kevin Ansfield 2022-01-17 12:24:40 +00:00
parent 75abe76346
commit daedbae155
2 changed files with 14 additions and 0 deletions

View File

@ -54,6 +54,7 @@ export default Service.extend({
urlCache: feature('urlCache'),
beforeAfterCard: feature('beforeAfterCard'),
tweetGridCard: feature('tweetGridCard'),
membersActivityFeed: feature('membersActivityFeed'),
_user: null,

View File

@ -326,6 +326,19 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Members activity feed</h4>
<p class="gh-expandable-description">
Separate activity feed screen showing all member activity.
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="membersActivityFeed" />
</div>
</div>
</div>
</div>
</div>
{{/if}}