feat(icons): 인라인 SVG 아이콘 공통 barrel로 통합 + 소개 페이지 소셜 아이콘#59
Merged
Conversation
흩어져 중복 정의되던 인라인 SVG 아이콘을 src/components/icons/ barrel로 모은다. 파일당 1아이콘 + index 배럴 + 식별자 기반 Icon 렌더러 구조. - GitHub/LinkedIn/Mail/Sun/Moon 아이콘을 개별 파일로 분리, 16px 기본 + className 오버라이드, currentColor로 다크모드 상속 - 소셜 링크를 라벨 문자열이 아니라 config의 icon 키로 가리키도록 디커플링 (NavItem.icon, Icon 렌더러). 라벨이 바뀌어도 아이콘이 깨지지 않는다. - navbar의 중복 GithubIcon, theme-toggle의 인라인 Sun/Moon 정의 제거 → 공통 barrel에서 import - 소개 페이지 소셜 링크를 아이콘(ghost 버튼)으로 교체 Closes #58 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.
개요
흩어져 중복 정의되던 인라인 SVG 아이콘을
src/components/icons/barrel로 통합하고, 소개 페이지 소셜 링크를 아이콘으로 교체.관련 이슈
Closes #58
변경 유형
변경 내용
github/linkedin/mail/sun/moon) +index배럴 +Icon렌더러. 16px 기본 +className오버라이드,currentColor로 다크모드 상속NavItem.icon키 추가, config가 표시 라벨이 아니라 식별자로 아이콘을 가리킴 → 라벨이 바뀌어도 아이콘이 안 깨짐GithubIcon, theme-toggle의 인라인Sun/Moon정의 삭제 → 공통 barrel에서 import비고
체크리스트