Statistics

Today

{stats?.todayCompleted ?? 0}
Breaks taken
{compliancePercent}%
Compliance
{breakTimeFormatted()}
Break time
{stats?.todaySkipped ?? 0}
Skipped

Streak

Current streak
Consecutive days with breaks
{stats?.currentStreak ?? 0}
Best streak
All-time record
{stats?.bestStreak ?? 0}

Last 7 Days

{#if history.length > 0} {#each history as day} {/each}
Break history for the last {history.length} days
DateCompletedSkipped
{day.date} {day.breaksCompleted} {day.breaksSkipped}
{/if}
Completed
Skipped