Project

{#each projects as p} {/each}
{#if proj}

Provider

{#each PROVIDERS as prov} {/each}

Model

updateProj({ model: (e.target as HTMLInputElement).value })} />

Options

Stall threshold

updateProj({ stallThreshold: parseInt((e.target as HTMLInputElement).value, 10) })} /> {proj.stallThreshold} min

Anchor budget

{#each ANCHOR_SCALES as s} {/each}

Session retention

Keep last updateRetention('count', parseInt((e.target as HTMLInputElement).value, 10))} /> {sessionRetentionCount}
Max age updateRetention('days', parseInt((e.target as HTMLInputElement).value, 10))} /> {sessionRetentionDays}d

Custom context

{/if}