diff --git a/components/dashboard/MetricsTab.tsx b/components/dashboard/MetricsTab.tsx index d75bb16..8ce4a91 100644 --- a/components/dashboard/MetricsTab.tsx +++ b/components/dashboard/MetricsTab.tsx @@ -93,7 +93,7 @@ export function MetricsTab({ className }: MetricsTabProps) { - {metricsLoading || trendsLoading ? ( + {metricsLoading ? (
@@ -207,27 +207,39 @@ export function MetricsTab({ className }: MetricsTabProps) {
{/* Tendances de vélocité */} - {trends.length > 0 && ( - - -
-

🚀 Tendances de vélocité

- + + +
+

🚀 Tendances de vélocité

+ +
+
+ + {trendsLoading ? ( +
+
+
+
+
- - + ) : trends.length > 0 ? ( - -
- )} + ) : ( +
+ Aucune donnée de vélocité disponible +
+ )} + + {/* Analyses de productivité */}