1
0
forked from baron/baron-sso

fix(admin): stabilize tenant import report UI and satisfy E2E tests

- Added missing i18n keys for import results in both root and common locales.
- Fixed TypeScript type errors and implicit 'any' types in TenantListPage.
- Added 'destructive' variant to common Badge component.
- Updated Playwright tests with refined locators and enhanced API mocks to match the new reporting structure.
- Restored quick summary message in Tenant Registry for backward compatibility.
This commit is contained in:
2026-06-04 12:59:32 +09:00
parent 91e983b315
commit 8f2e351875
9 changed files with 106 additions and 9 deletions

View File

@@ -1179,6 +1179,12 @@ pick = "Select parent scope"
description = ""
title = "Domain conflict"
[ui.admin.tenants.import_result]
message = "Message"
modified = "Modified:"
status = "Status"
title = "Import Result Report"
[ui.admin.tenants.import_preview]
candidates = "Candidates"
confirm = "Run import"
@@ -1323,6 +1329,12 @@ total = "Total"
total_label = "Total"
view_profile = "View Profile"
[ui.admin.tenants.import_result]
message = "Message"
modified = "Modified:"
status = "Status"
title = "Import Result Report"
[ui.admin.tenants.import_preview]
candidates = "Candidates"
confirm = "Confirm Import"