From 943ff2861b769f6bfbcd4a51fa7071f899a867f4 Mon Sep 17 00:00:00 2001 From: Elizabet Oliveira Date: Fri, 15 May 2026 12:55:21 +0100 Subject: [PATCH] Use PageHeader title prop on list pages. Aligns Alerts, Dashboards, and Saved Searches with the shared header API. Co-authored-by: Cursor --- .changeset/page-header-title-list-pages.md | 5 +++++ packages/app/src/AlertsPage.tsx | 2 +- .../app/src/components/Dashboards/DashboardsListPage.tsx | 2 +- .../src/components/SavedSearches/SavedSearchesListPage.tsx | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .changeset/page-header-title-list-pages.md diff --git a/.changeset/page-header-title-list-pages.md b/.changeset/page-header-title-list-pages.md new file mode 100644 index 0000000000..29caa37a36 --- /dev/null +++ b/.changeset/page-header-title-list-pages.md @@ -0,0 +1,5 @@ +--- +'@hyperdx/app': patch +--- + +chore: use `PageHeader` `title` prop on Alerts, Dashboards, and Saved Searches list pages for consistency with the shared header API. diff --git a/packages/app/src/AlertsPage.tsx b/packages/app/src/AlertsPage.tsx index db86d21a7c..e4dfefd809 100644 --- a/packages/app/src/AlertsPage.tsx +++ b/packages/app/src/AlertsPage.tsx @@ -358,7 +358,7 @@ export default function AlertsPage() { Alerts - {brandName} - Alerts +
{isLoading ? (
Loading...
diff --git a/packages/app/src/components/Dashboards/DashboardsListPage.tsx b/packages/app/src/components/Dashboards/DashboardsListPage.tsx index 3b9cd9339e..3692c873c1 100644 --- a/packages/app/src/components/Dashboards/DashboardsListPage.tsx +++ b/packages/app/src/components/Dashboards/DashboardsListPage.tsx @@ -184,7 +184,7 @@ export default function DashboardsListPage() { Dashboards - {brandName} - Dashboards + Saved Searches - {brandName} - Saved Searches +