feat(stammbaum): family network — graph, badge, edit card, /stammbaum page (#358) #360
@@ -157,9 +157,12 @@ function yearRange(rel: RelationshipDTO): string {
|
|||||||
>
|
>
|
||||||
{inferredRelationshipLabel(derived.label)}
|
{inferredRelationshipLabel(derived.label)}
|
||||||
</span>
|
</span>
|
||||||
<span class="min-w-0 flex-1 truncate font-serif text-sm text-ink-2">
|
<a
|
||||||
|
href="/persons/{derived.person.id}"
|
||||||
|
class="min-w-0 flex-1 truncate font-serif text-sm text-ink-2 hover:underline"
|
||||||
|
>
|
||||||
{derived.person.displayName}
|
{derived.person.displayName}
|
||||||
</span>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{/each}
|
{/each}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user