Files
TimeTracker/app/models
Dries Peeters cdb579ae38 feat(dashboard): show live elapsed time in Timer and Recent Entries
Add client-side 1s ticker so elapsed time updates in real time on the dashboard when a timer is running. Also update Today's/Week's/Month's hours live and show the running time entry on the calendar in a distinct color.

- Timer section: display live elapsed (HH:MM:SS) using active_timer.start_time
- Recent Entries: live-updating duration for the row that is the active timer
- Stats cards: Today/Week/Month hours include running timer and update every second
- Calendar: include active timer in time_entries with is_running and cyan color

Ref: Issue #516
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-09 20:43:02 +01:00
..