No shoes yet — add your first pair.
| Name | Brand / Model | Purchased | Color | Status | |
|---|---|---|---|---|---|
| {{ shoe.name }} | {{ brandModel(shoe) }} | {{ shoe.purchase_date ? fmtDate(shoe.purchase_date) : '—' }} | {{ shoe.color || '—' }} | {{ shoe.retired_date ? 'Retired' : 'Active' }} |
|
No activities yet.
| Date | Type | Duration | Distance | Shoe | Notes | |
|---|---|---|---|---|---|---|
| {{ fmtDatetime(act.timestamp) }} | {{ act.activity_type }} | {{ fmtDuration(act.duration_seconds) }} | {{ act.distance_meters ? (act.distance_meters / 1000).toFixed(2) + ' km' : '—' }} | {{ shoeMap[act.shoe_id] || '—' }} | {{ act.notes || '' }} |
|
No data yet.
{{ s.shoe_name }}
{{ s.activity_count }} session{{ s.activity_count !== 1 ? 's' : '' }}
{{ s.total_hours }}h / {{ s.expected_lifetime_hours }}
Total time
{{ s.total_km }}km / {{ s.expected_lifetime_km }}
Total distance