Skip to content

v1.2.0

Choose a tag to compare

@grvpandey11 grvpandey11 released this 27 Jul 13:37
· 11 commits to main since this release
5e3b5ff

✨ What's New

  • 🧮 Average Duration Metric
    The TemplateUsageSummaryCard now 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).

🐞 Bug Fixes

  • Year-Specific Chart Rendering
    Fixed an issue in TemplateMonthlyStatsCard where no data would appear if the current year lacked statistics — charts now correctly display available data from past years.