From 2a8723419da4a0634f5ed210b7746ce26f4bae6c Mon Sep 17 00:00:00 2001 From: HYOJIN Date: Wed, 15 Apr 2026 16:37:31 +0900 Subject: [PATCH] =?UTF-8?q?feat(ui):=20KCG=20=EB=B8=8C=EB=9E=9C=EB=94=A9?= =?UTF-8?q?=20+=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EB=94=94?= =?UTF-8?q?=EC=9E=90=EC=9D=B8=20+=20=EB=A9=94=EB=89=B4=20=ED=95=9C?= =?UTF-8?q?=EA=B8=80=ED=99=94=20(#48)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - S&P/SNP → KCG 텍스트 변경 (타이틀, 사이드바, 대시보드) - 사이드 메뉴 한글화 (모니터링, 통계, API 키, 관리자, 부서) - MainLayout/ApiHubLayout 헤더/사이드바 레퍼런스 디자인 적용 - 서비스 상태 카드 서비스 코드 제거 - 대시보드 배너 브랜드 컬러 그라디언트 적용 - 다크/라이트 테마 전환 .light 클래스 대응 Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/layouts/ApiHubLayout.tsx | 82 +++++++++---------- frontend/src/layouts/MainLayout.tsx | 54 ++++++------ .../src/pages/apihub/ApiHubDashboardPage.tsx | 42 +++++----- .../pages/monitoring/ServiceStatusPage.tsx | 26 +++--- frontend/src/store/ThemeContext.tsx | 2 + 5 files changed, 104 insertions(+), 102 deletions(-) diff --git a/frontend/src/layouts/ApiHubLayout.tsx b/frontend/src/layouts/ApiHubLayout.tsx index 331c72a..344c74e 100644 --- a/frontend/src/layouts/ApiHubLayout.tsx +++ b/frontend/src/layouts/ApiHubLayout.tsx @@ -122,20 +122,20 @@ const ApiHubLayoutInner = () => { return (
{/* Sidebar */} -