diff --git a/webui/src/features/projects/ProjectsPage.tsx b/webui/src/features/projects/ProjectsPage.tsx index c54bb79..03346af 100644 --- a/webui/src/features/projects/ProjectsPage.tsx +++ b/webui/src/features/projects/ProjectsPage.tsx @@ -19,11 +19,18 @@ import { ActionToolbar, DocumentationHelpLink, DismissibleAlert, FieldLabel, + FilterBar, + FormLayout, IconButton, LoadingIndicator, PageScrollViewport, + SelectionList, + SelectionListItem, + SelectionListItemContent, + StatePanel, StatusBadge, hasScope, + WorkspaceFrame, type PlatformRouteContext } from "@govoplan/core-webui"; import { @@ -205,9 +212,9 @@ export default function ProjectsPage({ settings, auth }: PlatformRouteContext) { return (
-
- -
+ + + {values.kind !== "portfolio" && -