From a2a98b575fd41315919229ca9571e12736ce0484 Mon Sep 17 00:00:00 2001 From: Sanne de Vries <65487235+sanne-san@users.noreply.github.com> Date: Thu, 26 Nov 2020 18:19:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20email=20open=20rate=20to=20?= =?UTF-8?q?posts=20list=20in=20admin=20(#1772)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - added "Sends" and "Opens" columns to the posts list to see newsletter performance at a glance - "Sends" will show the type of members sent to (free, paid, all) as a tooltip - "Opens" shows open rate by default and total opens on hover --- .../app/components/gh-posts-list-item.hbs | 71 ++++++++++--------- .../app/components/gh-posts-list-item.js | 18 +++-- ghost/admin/app/models/email.js | 20 +++++- ghost/admin/app/models/post.js | 4 ++ ghost/admin/app/styles/layouts/content.css | 48 ++++++++++--- ghost/admin/app/templates/pages.hbs | 1 - ghost/admin/app/templates/posts.hbs | 3 +- 7 files changed, 116 insertions(+), 49 deletions(-) diff --git a/ghost/admin/app/components/gh-posts-list-item.hbs b/ghost/admin/app/components/gh-posts-list-item.hbs index 85477a9604..e4b60a7688 100644 --- a/ghost/admin/app/components/gh-posts-list-item.hbs +++ b/ghost/admin/app/components/gh-posts-list-item.hbs @@ -1,4 +1,8 @@ -