+
+
+
+
+
+
+
+ Snap
+
+ {intervalMinutes < 60 ? `${intervalMinutes} min` : `${intervalMinutes / 60} hr`}
+
+
+
+
+
+
+
{isSameDay(selectedDate, new Date()) ? 'Your day' : 'Daily timeline'}
+
{fullDateLabel(selectedDate)}
+
+
+ Total tracked
+ {formatClock(todayTotal).slice(0, 5)}
+
+
+
+
+
+ {hourLabels.map((hour) => (
+ {new Intl.DateTimeFormat('en', { hour: 'numeric' }).format(new Date(2024, 0, 1, hour))}
+ ))}
+
+
+
+ {hourLabels.map((hour) =>
)}
+
+
+
+
+
+
Other Project
+ 00:54:00
+
+
Design Time Tracker
+
09:05 – 09:59
+
+
+
+
+
+
+
+
+
+
{project.name}
+
+
{formatClock(elapsedSeconds)}
+
+
Design Time Tracker
+
+ Design
+ 10:05 – {isTracking ? 'Now' : '10:42'}
+
+
+
+
+ {isSameDay(selectedDate, new Date()) && (
+
+ Now
+
+
+ )}
+
+
+
+