✨ Features
- Improve initial load experience with placeholder config (0e7928c)
🐛 Bug Fixes
- Correct test failures in config and dataFetcher suites (03acbf0)
- Prevent I/O metrics zeroing on slider drag via snapshotting & improved rate calculation. (daa1f36)
- Align placeholder detection with install script values (ed2402d)
- Ensure stateManager is required before configLoader (7fe07e5)
- Correct stateManager initialization order (531aae8)
- Correct timing for initial loading overlay text (03cb18b)
🧹 Chores & Refactoring
- Store placeholder flag in state manager (3e83c63)
- Remove debugging logs for placeholder flag (d3448cb)
- Remove deleted changelog and backup file (01ebe35)
- Consolidate dependencies and optimize Dockerfile (f2140ca)
- Abstract common table body rendering logic to utils (6602588)
- Make frontend UI updates event-driven and consolidate storage data source (ea860f0)
- Improve server state management (544c91c)
📚 Documentation
- Clarify Docker usage with recommended quick start and dev setup (b0d338c)