From 0af268021ece5d159309ac9c75bcc6a4537bb2ec Mon Sep 17 00:00:00 2001 From: kyy Date: Wed, 20 May 2026 17:12:48 +0900 Subject: [PATCH] =?UTF-8?q?code-check=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ParentTenantSelector.tsx | 193 +++++++++--------- .../tenants/routes/TenantCreatePage.tsx | 37 +++- .../src/features/users/UserCreatePage.tsx | 24 +++ .../src/features/users/userStatus.test.ts | 5 + adminfront/src/features/users/userStatus.ts | 4 +- adminfront/tests/bulk_actions.spec.ts | 4 +- adminfront/tests/tenants.spec.ts | 74 ++----- adminfront/tests/users.spec.ts | 60 +----- adminfront/tests/worksmobile.spec.ts | 18 +- .../handler/auth_handler_login_test.go | 15 ++ locales/en.toml | 34 +++ locales/ko.toml | 31 +++ locales/template.toml | 31 +++ scripts/run_adminfront_ci_tests.sh | 52 ++++- .../tests/login-performance-budget.spec.ts | 18 +- userfront/assets/translations/en.toml | 10 + userfront/assets/translations/ko.toml | 10 + userfront/assets/translations/template.toml | 10 + .../auth/presentation/login_screen.dart | 49 +++-- userfront/pubspec.lock | 32 +-- 20 files changed, 442 insertions(+), 269 deletions(-) diff --git a/adminfront/src/features/tenants/components/ParentTenantSelector.tsx b/adminfront/src/features/tenants/components/ParentTenantSelector.tsx index a8cc3199..4f73f0ed 100644 --- a/adminfront/src/features/tenants/components/ParentTenantSelector.tsx +++ b/adminfront/src/features/tenants/components/ParentTenantSelector.tsx @@ -7,6 +7,7 @@ import { DialogContent, DialogDescription, DialogHeader, + DialogTrigger, DialogTitle, } from "../../../components/ui/dialog"; import { Label } from "../../../components/ui/label"; @@ -87,27 +88,100 @@ export function ParentTenantSelector({
- + + + + + + + + {t("ui.admin.tenants.parent.pick_tenant", "테넌트 선택")} + + + {t( + "msg.admin.tenants.parent.picker_description", + "org-chart에서 테넌트를 선택하면 상위 테넌트에 반영됩니다.", + )} + + +