mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
0f9e851ad9
no issue - a new member has no `id` but we were passing the empty value through to the members event fetcher resulting in a query that fetches all events - extracted the empty state of the member activity feed to a separate component so we could use it in multiple places - added a conditional around the main activity feed template to shortcut it when a new member is passed in
7 lines
219 B
Handlebars
7 lines
219 B
Handlebars
<div class="gh-members-no-data gh-members-no-list">
|
|
<div class="lightgrey">{{svg-jar "no-data-list"}}</div>
|
|
<h4>Activity</h4>
|
|
<p>
|
|
All events related to this member will be shown here.
|
|
</p>
|
|
</div> |