← Back to map

Your messages

Everything you've left behind

you've read {stats.read} messages, echoed {stats.echoed}, let {stats.letGo} fade.

{#if loading}
Loading your messages...
{:else if messages.length === 0}

You haven't left any messages yet.

Go leave one →
{:else}
{#each messages as msg} {@const decay = getDecayInfo(msg.createdAt, msg.lastEchoAt)}
{#if msg.imageUrl} message {/if}

{msg.text}

{#if decay.isExpired} 🌫️ Faded {:else} ✦ Alive {/if} left {decay.daysAgo} days ago {decay.daysLeft} days left echoed {msg.echoCount} times
{/each}
{/if}