feat(navbar): 헤더를 로고·네비·아이콘 3그룹 구조로 개선#60
Merged
Conversation
- siteConfig.logoText를 추가해 헤더 로고 텍스트를 전역 name과 분리 - 헤더를 로고 | 네비게이션 | 아이콘(ThemeToggle) 3그룹 justify-between 레이아웃으로 재구성 (포트폴리오 헤더 구조 참고) - GitHub 링크는 푸터에 있으므로 navbar에서 제거 - ThemeToggle이 데스크탑·모바일 중복 렌더되던 것을 단일화 - navbar 테스트가 config를 mock하지 않고 실제 site.ts를 쓰도록 전환 (config 형태 변경에 따른 mock 드리프트 제거, env 의존 URL 단정 제거) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
개요
navbar 헤더를 로고 | 네비게이션 | 아이콘 3그룹 justify-between 구조로 재구성(포트폴리오 헤더 참고)하고, 로고 텍스트를 전역 이름과 분리.
변경 유형
변경 내용
siteConfig.logoText추가 → 헤더 로고를 전역name과 분리justify-between으로 재구성site.ts사용으로 전환 (형태 변경 드리프트 제거, env 의존 URL 단정 제거)비고
체크리스트