From c405124bc305c848859193b687ad9e460782f997 Mon Sep 17 00:00:00 2001 From: Matt Ciaccio Date: Fri, 1 May 2026 12:55:11 +0200 Subject: [PATCH] feat(mobile): swap reports header to PageHeader Plain h1 + p replaced with the mobile-aware PageHeader primitive so the reports landing matches dashboard/settings. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/components/reports/reports-page-client.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/components/reports/reports-page-client.tsx b/src/components/reports/reports-page-client.tsx index 24f7fcb..afa19ba 100644 --- a/src/components/reports/reports-page-client.tsx +++ b/src/components/reports/reports-page-client.tsx @@ -3,6 +3,7 @@ import { useRealtimeInvalidation } from '@/hooks/use-realtime-invalidation'; import { GenerateReportForm } from '@/components/reports/generate-report-form'; import { ReportsList } from '@/components/reports/reports-list'; +import { PageHeader } from '@/components/shared/page-header'; export function ReportsPageClient() { useRealtimeInvalidation({ @@ -13,12 +14,10 @@ export function ReportsPageClient() { return (
-
-

Reports

-

- Generate and download port reports as PDF documents -

-
+