feat(eco-view-system): add memory usage history, process metrics, and top processes display with loading fallback

This commit is contained in:
2026-01-12 23:44:05 +00:00
parent b5dc6204ce
commit abeb8ecda3
3 changed files with 50 additions and 23 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## 2026-01-12 - 3.39.0 - feat(eco-view-system)
add memory usage history, process metrics, and top processes display with loading fallback
- Add memoryUsageHistory state and update it in setMetrics to track memory usage trend
- Introduce process state: processTotal, processRunning, processSleeping, processBlocked, and topProcesses
- Extend setProcesses signature to accept blocked and a typed process list and store values in state
- Use reactive state values in UI tiles (memory trend, process tiles) instead of hardcoded placeholders
- Replace 'Threads' tile with 'Blocked' tile and update its icon and color
- Render top processes from state and show a 'Loading...' fallback when the list is empty
## 2026-01-12 - 3.38.0 - feat(eco-view-system)
add extended system metrics and display formatted total network usage in eco system view