Skip to content

Commit 1694270

Browse files
committed
add stats infos
1 parent e68a8ab commit 1694270

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/stats/Stats.screen.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
ClockIcon,
55
ChartBarIcon,
66
CalculatorIcon,
7+
InformationCircleIcon,
78
} from "@heroicons/react/16/solid";
89
import { StackedBarChart } from "./components/StackedBarChart";
910
import { useSessionsByMonthStackedByBoatType } from "./utils/getSessionsByMonth";
@@ -63,6 +64,12 @@ export const StatsScreen = () => {
6364

6465
return (
6566
<div className="p-4 gap-4 flex flex-col h-full relative">
67+
<div className="text-blue-500 flex items-center gap-2 bg-blue-50 rounded-lg p-2 border border-blue-500">
68+
<InformationCircleIcon className="w-4 h-4 text-blue-500" />
69+
De nombreuses statistiques complémentaires sont disponibles dans
70+
l&apos;onglet &quot;Gestion&quot;, pages &quot;Rameurs&quot; et
71+
&quot;Bateaux&quot;
72+
</div>
6673
<div className="flex justify-between items-center">
6774
<h1 className="text-2xl font-semibold text-gray-900">Statistiques</h1>
6875
<div className="flex items-center gap-2">

0 commit comments

Comments
 (0)