-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Priority: Low
Labels: ui, enhancement
Description:
Add visual health indicators (green/yellow/red dots) showing system load status. Display warnings for high CPU/memory usage.
Files to modify:
src/main.rs
Acceptance criteria:
- Health indicators added (colored dots)
- System load status displayed
- Warnings shown for high CPU usage
- Warnings shown for high memory usage
- Indicators update with refresh interval
Implementation notes:
- Create helper function to determine system health status
- Use
egui::CircleShapeor colored text for indicators - Display in top panel or next to relevant metrics
- Show warning messages when thresholds exceeded
- Consider using icons or emoji for visual appeal
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels