Enhance progress bars with status breakdown, improve readability, optimize display width, and update changeset

This commit is contained in:
Eyal Toledano
2025-03-31 15:35:48 -04:00
parent 38a2805dd8
commit 059ce5e716
5 changed files with 234 additions and 31 deletions

View File

@@ -25,3 +25,8 @@
- Enhance task show view with a color-coded progress bar for visualizing subtask completion percentage
- Add "cancelled" status to UI module status configurations for marking tasks as cancelled without deletion
- Improve MCP server resource documentation with comprehensive implementation examples and best practices
- Enhance progress bars with status breakdown visualization showing proportional sections for different task statuses
- Add improved status tracking for both tasks and subtasks with detailed counts by status
- Optimize progress bar display with width constraints to prevent UI overflow on smaller terminals
- Improve status counts display with clear text labels beside status icons for better readability
- Treat deferred and cancelled tasks as effectively complete for progress calculation while maintaining visual distinction