feat(eco-view-system): add memory usage history, process metrics, and top processes display with loading fallback
This commit is contained in:
10
changelog.md
10
changelog.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user