Dashboard — Trips

Overview

Dashboard

Welcome back, {data.session.user?.name ?? data.session.user?.email}. Here’s a quick pulse on your travel story.

World map

Past & future routes

Pins highlight places from your journey log and what’s still ahead.

Past trips
In progress
Upcoming
{#if markers.length === 0}
Add destinations to your trips to light up the map.
{:else} {#each markers as marker} {/each} {/if}

Travel diary

Where you’ve been

Past trips {dashboard.stats.pastTrips}
Days away {dashboard.stats.daysAway}
Countries visited {dashboard.stats.countriesVisited}
Cities explored {dashboard.stats.citiesVisited}

Top destinations

{#if dashboard.stats.topCountries.length === 0}

No past destinations yet.

{:else}
{#each dashboard.stats.topCountries as country}
{country.country} {country.count} stop{country.count === 1 ? '' : 's'}
{/each}
{/if}

On the horizon

Trips being planned

View all
{#if dashboard.plannedTrips.length === 0}

No future trips yet. Start planning the next adventure.

{:else} {/if}

Quick actions

Build your next story

Add a destination, log transportation, or save an idea to keep your timeline evolving.