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:
Acceptance criteria:
Implementation notes:
- Create helper function to determine system health status
- Use
egui::CircleShape or 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
Priority: Low
Labels:
ui,enhancementDescription:
Add visual health indicators (green/yellow/red dots) showing system load status. Display warnings for high CPU/memory usage.
Files to modify:
src/main.rsAcceptance criteria:
Implementation notes:
egui::CircleShapeor colored text for indicators