{config.title}

{config.subtitle}

{#if lastUpdate} last updated: {lastUpdate.toLocaleTimeString()} {/if} {#if isLoadingMore} fetching more data... {/if}
{#if error}
{error}
{/if} {#if config.showInactivityWarning && !hasRecentEvents && checks.length > 0}
⚠️ Warning: No uptime pings received in the last {config.inactivityThresholdMinutes || 5} minutes. The uptime monitor may be offline or experiencing issues.
{/if} {#if loading && checks.length === 0}
fetching uptime data...
{:else} {/if}