From 162448cd25a1c7db8ea931851473e9bd5989f021 Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Wed, 31 Jul 2024 00:40:58 +0200 Subject: [PATCH] refactor: more consistency in manager/reviewer project list --- .../src/lib/manager-project-list-feature.tsx | 22 +++++++++++++++++-- .../src/lib/reviewer-project-list.feature.tsx | 10 ++++----- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/libs/web/project/feature/src/lib/manager-project-list-feature.tsx b/libs/web/project/feature/src/lib/manager-project-list-feature.tsx index ca8fb2c..82d7e81 100644 --- a/libs/web/project/feature/src/lib/manager-project-list-feature.tsx +++ b/libs/web/project/feature/src/lib/manager-project-list-feature.tsx @@ -23,6 +23,15 @@ export function ManagerProjectListFeature({ communityId }: { communityId?: strin communityId, }, ) + const searchField = ( + + ) const page = ( <> @@ -48,7 +57,7 @@ export function ManagerProjectListFeature({ communityId }: { communityId?: strin /> - + {communityId ? searchField : null}