{#if tooltipVisible && tooltipEvent}
{@html tooltipIcon}

{tooltipInfo?.name || 'Unknown'}

{#if tooltipEvent.recipient?.email}
{tooltipEvent.recipient.email}
{/if}
{tooltipFormattedDate.split(',')[0]} {tooltipFormattedTime}
{#if tooltipEvent.ip || tooltipEvent.userAgent}
{#if tooltipEvent.ip}
{tooltipEvent.ip}
{/if} {#if tooltipEvent.userAgent}
{parseUserAgent(tooltipEvent.userAgent)}
{/if}
{/if} {#if tooltipEvent.data}
{tooltipEvent.data.length > 100 ? tooltipEvent.data.substring(0, 100) + '…' : tooltipEvent.data}
{/if}
{/if} {#if !isGhost}
{#if showFilterDropdown}

Filter Events

Recipient Events

{#each Object.keys(eventFilters) as key} {/each}
{/if}
{currentCenterDate.toLocaleString()} · {filteredCount}/{processedEvents.length}
{/if}