mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 14:22:07 +03:00
a0c6fafba1
refs https://github.com/TryGhost/Team/issues/1932 refs https://github.com/TryGhost/Team/issues/1941 refs https://github.com/TryGhost/Team/issues/1904 refs https://github.com/TryGhost/Team/issues/1932 - updates attribution sources table design - updates member profile page design
22 lines
1.1 KiB
Handlebars
22 lines
1.1 KiB
Handlebars
<section class="gh-dashboard-section gh-dashboard-attribution">
|
|
|
|
<article class="gh-dashboard-box" {{did-insert this.loadData}}>
|
|
<div style="display: grid;grid-template-columns: 1fr 2fr;grid-gap: 24px;">
|
|
<div>
|
|
<h3 class="gh-dashboard-metric-label">Attribution</h3>
|
|
<div style="display: flex;justify-content: center;align-items: center;">
|
|
<div style="max-width: 200px; max-height: 200px;">
|
|
<MemberAttribution::SourceAttributionChart @sources={{this.chartSources}} />
|
|
</div>
|
|
<div id="gh-dashboard-attribution-tooltip" class="gh-dashboard-tooltip">
|
|
<div class="gh-dashboard-tooltip-value">
|
|
-
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<MemberAttribution::SourceAttributionTable @sources={{this.sources}} class="gh-dashboard-attribution-list gh-dashboard-list" style="justify-content:flex-start;" />
|
|
</div>
|
|
</article>
|
|
</section>
|