ajout de la gestion des favoris
All checks were successful
Build and Push App / build (push) Successful in 13m38s

This commit is contained in:
2026-04-27 21:44:48 +02:00
parent 38caf36bee
commit a814c7b577
11 changed files with 423 additions and 8 deletions

View File

@@ -112,7 +112,7 @@ const DashboardOverview = ({ business, stats }: {
<div className="px-2 py-1 bg-brand-50 text-brand-700 text-[10px] font-bold uppercase rounded leading-none">30 derniers jours</div>
</div>
<div className="h-72 w-full">
<ResponsiveContainer width="100%" height="100%">
<ResponsiveContainer width="100%" height="100%" minWidth={0}>
<AreaChart data={stats?.dailyStats || []}>
<defs>
<linearGradient id="colorViews" x1="0" y1="0" x2="0" y2="1">
@@ -154,7 +154,7 @@ const DashboardOverview = ({ business, stats }: {
<div className="px-2 py-1 bg-blue-50 text-blue-700 text-[10px] font-bold uppercase rounded leading-none">30 derniers jours</div>
</div>
<div className="h-72 w-full">
<ResponsiveContainer width="100%" height="100%">
<ResponsiveContainer width="100%" height="100%" minWidth={0}>
<AreaChart data={stats?.dailyStats || []}>
<defs>
<linearGradient id="colorClicks" x1="0" y1="0" x2="0" y2="1">