update NFS header migration scope

Roll back the TechDocs, catalog graph, and catalog import migrations for now while keeping the shared sub-page routing fix and the page-level header cleanup for search, notifications, and catalog entity pages.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-17 16:52:45 +01:00
parent 5f3f5d298b
commit f6a5144861
18 changed files with 343 additions and 704 deletions
@@ -21,7 +21,6 @@ import {
PageWithHeader,
ResponseErrorPanel,
} from '@backstage/core-components';
import { HeaderPage } from '@backstage/ui';
import Grid from '@material-ui/core/Grid';
import { ConfirmProvider } from 'material-ui-confirm';
import { useSignal } from '@backstage/plugin-signals-react';
@@ -233,12 +232,7 @@ function NotificationsPageContent(
);
if (headerVariant === 'bui') {
return (
<>
<HeaderPage title={subtitle || title} />
{pageContent}
</>
);
return pageContent;
}
return (