mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
2453f6afbd
closes https://github.com/TryGhost/Ghost/issues/12461 Design changes: - added activity feed to member details page - rearranged Stripe info to display on the right - added toggle buttons for Stripe subscription and customer info - added box to display activity feed for received and opened emails Functionality changes: - added `queryRecord()` to member adapter so `queryRecord('member', {id: x})` will hit `/members/:id/?query` instead of `/members/?id=x&query` - updated member route to query member with `?include=email_recipients` - added `EmailRecipient` model for access to event timestamps and email relationship setup - added `<GhMemberActivityFeed>` component that accepts an `EmailRecipient` array and converts that into an activity list - added support for `@model=emailInstance` to the email preview modal - fixed a timing issue with email preview that could result in it showing blank content until the mobile/desktop toggle is used - fixed sometimes blank member location Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk>
1 line
465 B
XML
1 line
465 B
XML
<svg xmlns="http://www.w3.org/2000/svg" id="Regular" viewBox="0 0 24 24"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs><path d="M.75,17.251a6.753,6.753,0,0,1,9.4-6.208" class="cls-1"/><circle cx="7.5" cy="4.876" r="4.125" class="cls-1"/><circle cx="17.25" cy="17.249" r="6" class="cls-1"/><path d="M19.5 14.998L15 19.498" class="cls-1"/><path d="M15 14.998L19.5 19.498" class="cls-1"/></svg> |