New entry

{timeLoggedTodayString}

Logged time today

{currentTime}

Current time

Stopwatch

Today's entries

Category Timespan {#if timeEntries.length > 0} {#each timeEntries as entry} {entry.category?.name} {entry.start.toLocaleString(undefined, {timeStyle: "short"})} - {entry.stop.toLocaleString(undefined, {timeStyle: "short"})}