mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-19 04:40:32 -05:00
cdb579ae38
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>