Ghost/ghost/admin/app/routes
Sanne de Vries 2453f6afbd Added activity feed to member details screen (#1796)
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>
2020-12-10 11:38:38 +00:00
..
editor Removed unnecessary '?status=all' query parameter (#1330) 2019-09-18 15:11:35 +01:00
member Updated members routes/controllers with Octane idioms 2020-05-20 16:39:31 +01:00
members Updated members routes/controllers with Octane idioms 2020-05-20 16:39:31 +01:00
settings Moved members settings to new page (#1736) 2020-10-22 16:09:00 +05:30
setup Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
staff Added staff personal tokens 2020-11-20 10:23:19 +01:00
tag Cleaned up and re-organised tag and new tag routes/controllers 2019-12-09 17:44:16 +00:00
about.js Refactored document-title handler 2019-05-20 16:16:19 +01:00
application.js Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00:00
authenticated.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
billing.js Fixed browser URL syncronization with embeded iframe state 2020-05-22 14:44:37 +12:00
editor.js Added Ctrl/Cmd+P shortcut in editor to open preview in new tab 2020-10-19 08:25:26 +01:00
error404.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
home.js View site inside Ghost Admin 2019-03-21 10:33:14 +01:00
member.js Added activity feed to member details screen (#1796) 2020-12-10 11:38:38 +00:00
members.js Added open-rate column and ordering to the members list (#1790) 2020-12-08 19:23:57 +00:00
pages.js Refactored document-title handler 2019-05-20 16:16:19 +01:00
posts.js Implemented first iteration of content snippets 2020-10-15 18:03:35 +01:00
reset.js Refactored styleBody mixin 2019-05-20 14:57:21 +01:00
setup.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
signin.js Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00:00
signout.js Refactored document-title handler 2019-05-20 16:16:19 +01:00
signup.js Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00:00
site.js Allowed "view site" request to save cookies in cross-origin requests 2019-09-09 17:01:26 +01:00
tag.js Unified tag and member screen code 2019-12-12 13:59:46 +00:00
tags.js Cleaned up and re-organised tag and new tag routes/controllers 2019-12-09 17:44:16 +00:00