refactor: update Dockerfile to use Node.js 22-alpine and optimize project queries in portal pages

This commit is contained in:
poyrazavsever
2026-06-09 18:30:14 +03:00
parent 7f1d01d65c
commit 8b51eb64cd
6 changed files with 9 additions and 21 deletions
@@ -120,7 +120,7 @@ export function AnalyticsClient({ data }: AnalyticsClientProps) {
))}
</Pie>
<Tooltip
formatter={(value: number) => `${value}`}
formatter={(value) => `${Number(value ?? 0)}`}
contentStyle={{
backgroundColor: 'hsl(var(--background))',
borderColor: 'hsl(var(--border))',
-1
View File
@@ -159,7 +159,6 @@ export default function TimeTrackingPage() {
</div>
</div>
</div>
</div>
{/* Right: Analytics & AI */}
<div className="flex flex-col gap-8">