Implements conditional auto-refresh using meta http-equiv tags in templates.
Views with auto_refresh=True will reload every 5 seconds to show updated data.
Work and workmonth views excluded to avoid disrupting focused work sessions.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit adds logging infrastructure and safety checks to prevent time
adjustment overflows in get_period_totals(). Includes early return for empty
results and detailed debug logging for troubleshooting period calculations.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>