feat/issue-283-sender-receiver-grouping #284
@@ -140,9 +140,11 @@ function safeTagColor(color: string | null | undefined): string {
|
|||||||
<div>
|
<div>
|
||||||
{doc.documentDate ? formatDate(doc.documentDate) : '—'}
|
{doc.documentDate ? formatDate(doc.documentDate) : '—'}
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-start gap-2">
|
||||||
<ProgressRing percentage={item.completionPercentage} />
|
<ProgressRing percentage={item.completionPercentage} />
|
||||||
<ContributorStack contributors={item.contributors} hasMore={hasMore} />
|
<div class="flex h-9 items-center">
|
||||||
|
<ContributorStack contributors={item.contributors} hasMore={hasMore} />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -172,9 +174,11 @@ function safeTagColor(color: string | null | undefined): string {
|
|||||||
{/if}
|
{/if}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-start gap-2">
|
||||||
<ProgressRing percentage={item.completionPercentage} />
|
<ProgressRing percentage={item.completionPercentage} />
|
||||||
<ContributorStack contributors={item.contributors} hasMore={hasMore} />
|
<div class="flex h-9 items-center">
|
||||||
|
<ContributorStack contributors={item.contributors} hasMore={hasMore} />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user