feat(timer): wire VisualTimer to tasks with notifications and persistence

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jake
2026-03-21 13:59:12 +00:00
parent f1ef171acb
commit 2fc4ee7087
11 changed files with 371 additions and 5 deletions

View File

@@ -4,5 +4,6 @@ pub mod hardware;
pub mod history;
pub mod models;
pub mod tasks;
pub mod timer;
pub mod transcription;
pub mod windows;