mirror of
https://github.com/zoriya/v10.git
synced 2026-08-06 14:18:10 +00:00
Move time formatting responsibility from core component state definition to platform-specific components for better separation of concerns: - Core state definition now only provides raw duration value - HTML component calls formatDuration() in _update() method - React component calls formatDuration() in render function - Maintains same functionality with cleaner architecture This approach gives platforms more control over formatting and reduces the responsibility of the core state abstraction. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>