From 71de98e0d9e036fd3c70f87533b0a9f28e84288b Mon Sep 17 00:00:00 2001 From: chan Date: Wed, 6 May 2026 14:49:03 +0900 Subject: [PATCH] style: move search bar to header in list pages - Align search bar and filters with the title and subtitle in UserListPage and TenantListPage by moving them to the CardHeader. --- .../src/features/tenants/routes/TenantListPage.tsx | 9 +++++---- adminfront/src/features/users/UserListPage.tsx | 11 ++++++----- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/adminfront/src/features/tenants/routes/TenantListPage.tsx b/adminfront/src/features/tenants/routes/TenantListPage.tsx index f2a4bab4..148d78f0 100644 --- a/adminfront/src/features/tenants/routes/TenantListPage.tsx +++ b/adminfront/src/features/tenants/routes/TenantListPage.tsx @@ -474,7 +474,7 @@ function TenantListPage() { - +
{t("ui.admin.tenants.registry.title", "Tenant Registry")} @@ -485,9 +485,8 @@ function TenantListPage() { })}
-
- -
+ +
+
+ {(errorMsg || fallbackError) && (
diff --git a/adminfront/src/features/users/UserListPage.tsx b/adminfront/src/features/users/UserListPage.tsx index 066352f8..84910bd9 100644 --- a/adminfront/src/features/users/UserListPage.tsx +++ b/adminfront/src/features/users/UserListPage.tsx @@ -465,10 +465,10 @@ function UserListPage() { - +
- {t("ui.admin.users.list.registry.title", "User Registry")} + {t("ui.admin.users.list.registry.title", "사용자 레지스트리")} {t( @@ -478,9 +478,8 @@ function UserListPage() { )}
-
- -
+ +
+ + {(errorMsg || fallbackError) && (