mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
* feat: added users tab in analytics * feat: export in users insight table * ♻️ refactor: simplify InsightCard component and remove ActiveUsers component - Removed unused TrendPiece and percentage calculation from InsightCard. - Updated InsightCardProps to eliminate the 'versus' prop. - Refactored TotalInsights to streamline the useAnalytics hook and added comments for clarity. - Deleted the ActiveUsers component as it is no longer needed. - Integrated WiResolvedVsPending component in the Users view. * 🚧 WIP: Introduced customTicks prop in BarChart for flexible tick rendering. * 🚧 WIP: Introduced customTicks prop in BarChart for flexible tick rendering. * ✨ feat: add customTooltipLabel prop to BarChart for enhanced tooltip customization * ✨ feat: enhance user analytics components with tooltip and data fetching improvements * ✨ feat: update user analytics components with improved titles and localization for work item metrics - Updated localization files to include translations for "workitem_resolved_vs_pending" in multiple languages. - Refactored imports in the Users component for better organization. * ♻️ refactor: cleanup * ✨ feat: add WiResolvedVsPending component and custom tooltip for user analytics * ✨ feat: added customTicks to axis charts for flexible tick rendering * 🔧 fix: update default bar fill color to black and ensure consistent color usage in BarChart * ✨ feat: add customTooltipContent prop to LineChart for enhanced tooltip flexibility * 🔧 fix: remove duplicate customTicks prop from BarChart component * 🚨 fix: lint * 🚨 fix: lint * 🚨 fix: lint * 🔧 fix: clean up comments in users root component * 🚨 fix: lint * 🚨 fix: lint