Commit Graph

3 Commits

Author SHA1 Message Date
74c9ded46b [bugfix] harden countdown snapshot serialization and error messaging
- guard instant-to-epoch conversion against pre-boot instants
- serialize snapshot duration as milliseconds (u128) in DTO/commands
- derive Display/Error for CountdownError and return user-facing error strings
- remove unused command result alias and minor snapshot lock cleanup
2026-02-26 17:44:07 +01:00
8f8db9233b [bugfix] align countdown snapshot timing with tokio instants
- switch ClockAnchor to tokio::time::Instant
- remove flawed epoch conversion helpers from Countdown
- expose countdown getters for id/label/start/target instants
- update service snapshot to compute remaining_at(now) and return instants directly
- add core extern declaration in lib.rs
2026-02-26 17:27:55 +01:00
236cab99ae init Tauri 2026-02-20 19:40:15 +01:00