feat: add estimated removal date in the timeline

This commit is contained in:
Maël Gangloff
2025-12-10 00:46:28 +01:00
parent 43b0253eab
commit 956c5fb5ce
3 changed files with 85 additions and 37 deletions

View File

@@ -96,7 +96,7 @@ export function DomainResult({domain}: { domain: Domain }) {
{
domain.events.length > 0 && <>
<Divider orientation='left'>{t`Timeline`}</Divider>
<EventTimeline events={domainEvents}/>
<EventTimeline events={domainEvents} expiresInDays={domain.expiresInDays}/>
</>
}
{