v1.2.0
✨ What's New
-
🧮 Average Duration Metric
TheTemplateUsageSummaryCardnow includes an "Avg Duration" metric to show the average time taken to complete tasks. -
🧹 Code Refactoring
Major internal cleanup:- Modularized components (
MonthlyStatsChart,CustomTooltip,YearSelector) for better maintainability. - Introduced reusable UI pieces like
StatCard. - Simplified state management with a new custom hook (
useMonthlyStats).
- Modularized components (
🐞 Bug Fixes
- Year-Specific Chart Rendering
Fixed an issue inTemplateMonthlyStatsCardwhere no data would appear if the current year lacked statistics — charts now correctly display available data from past years.