Edit Athlete Profile

{#if loading}
Loading…
{:else if error && !saving}
{error}
{:else}

Key numbers

HR Zones (bpm)

{#each hrZones as zone, i}
Z{i+1} – { hrZones = onHiChange(hrZones, i); }} class="w-20 bg-zinc-900 border border-zinc-700 rounded px-2 py-1.5 text-sm text-white focus:outline-none focus:border-blue-500" /> bpm
{/each}

Power Zones (watts)

{#each powerZones as zone, i}
Z{i+1} – { powerZones = onHiChange(powerZones, i); }} class="w-20 bg-zinc-900 border border-zinc-700 rounded px-2 py-1.5 text-sm text-white focus:outline-none focus:border-blue-500" /> W
{/each}

Seasons

Overlay multiple seasons on the power curve chart.

{#each seasons as season, i}
→
{/each}
{#if status} {status} {/if} {#if error} {error} {/if}
{/if}