From ff4f93f4a5a347a0f8bba7eac878e9af1a35696e Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Thu, 6 Oct 2022 22:26:49 +0200 Subject: [PATCH] Updated attribution widget design refs https://github.com/TryGhost/Team/issues/1986 --- .../dashboard/charts/attribution.hbs | 1 + .../source-attribution-table.hbs | 8 +++---- ghost/admin/app/styles/layouts/dashboard.css | 21 ++++++++++++++----- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/ghost/admin/app/components/dashboard/charts/attribution.hbs b/ghost/admin/app/components/dashboard/charts/attribution.hbs index 7db80d745a..c330df7d3f 100644 --- a/ghost/admin/app/components/dashboard/charts/attribution.hbs +++ b/ghost/admin/app/components/dashboard/charts/attribution.hbs @@ -40,6 +40,7 @@ @sources={{this.chartSources}} @sortColumn={{this.selectedSortColumn}} /> + {{if (eq this.selectedSortColumn "signups") "Free" "Paid"}}
diff --git a/ghost/admin/app/components/member-attribution/source-attribution-table.hbs b/ghost/admin/app/components/member-attribution/source-attribution-table.hbs index b59e9fbc0c..3827952928 100644 --- a/ghost/admin/app/components/member-attribution/source-attribution-table.hbs +++ b/ghost/admin/app/components/member-attribution/source-attribution-table.hbs @@ -5,7 +5,7 @@
- Free signups + Free signups{{svg-jar "arrow-down-fill"}}
{{/if}} {{#if (eq @sortColumn "paid")}} @@ -13,7 +13,7 @@
- Paid Conversions + Paid Conversions{{svg-jar "arrow-down-fill"}}
{{/if}} {{/if}} @@ -27,7 +27,7 @@
{{#if (eq @sortColumn "signups")}} -
+