From 1216eea7b311fa4875c09c460aae3d8817a20d60 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Mon, 6 Jul 2026 20:15:51 +0900 Subject: [PATCH] feat(security-ui): render security domain local nav as a left LNB sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same shell-parity fix as the data domain (docs/ui-ux/naruon-ui-ux-mapping.md §4.1 + mockup_06/24): security rendered its areas (보안 대시보드/접근 권한/ 감사 로그/외부 공유/정책) as a horizontal top-tab strip; the canonical shell uses a left LOCAL LNB sidebar. - Desktop (lg+): left + +
+ {/* Mobile local tabs: the LNB collapses to a horizontal tab strip below the desktop breakpoint */} +
+

보안과 관리자

+
+ {tabs.map((tab) => ( + + ))} +
+
-
+
@@ -758,6 +784,7 @@ export function SecurityLayout() { {content}
+
); }