feat(security-ui): security domain local nav as left LNB sidebar (shell parity)#945
Open
seonghobae wants to merge 1 commit into
Open
feat(security-ui): security domain local nav as left LNB sidebar (shell parity)#945seonghobae wants to merge 1 commit into
seonghobae wants to merge 1 commit into
Conversation
…ebar 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 <nav aria-label='보안 로컬 탐색'> sidebar with the domain title + the five areas as vertical nav buttons (aria-current on active). - Mobile (<lg): collapses to the existing horizontal tab strip; unchanged. Verified: security page tests 3 passed, tsc + eslint clean, 1440px runtime capture shows GNB + left LNB + content. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017RkKdtHRLG4wSLh6PVsp8J
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Canonical shell (
docs/ui-ux/naruon-ui-ux-mapping.md§4.1 +mockup_06/mockup_24) = top GNB + left LOCAL LNB + work area.SecurityLayoutrendered its areas (보안 대시보드/접근 권한/감사 로그/외부 공유/정책) as a horizontal top-tab strip.What
<nav aria-label="보안 로컬 탐색">sidebar — domain title + five areas as vertical nav buttons (aria-currentactive).Verification (local)
src/app/security/page.test.tsx: 3 passed;tsc+eslintclean.Scope
Second per-domain LNB conversion (after #944 Data). Remaining: Settings / Mail / AI Hub / Projects / Tasks.
🤖 Generated with Claude Code