Skip to content

[Feat] Header 컴포넌트 제작#20

Merged
KyeongJooni merged 12 commits into
mainfrom
19-feat/Header-컴포넌트-제작
Jan 14, 2026

Hidden character warning

The head ref may contain hidden characters: "19-feat/Header-\ucef4\ud3ec\ub10c\ud2b8-\uc81c\uc791"
Merged

[Feat] Header 컴포넌트 제작#20
KyeongJooni merged 12 commits into
mainfrom
19-feat/Header-컴포넌트-제작

Conversation

@KyeongJooni

@KyeongJooni KyeongJooni commented Jan 13, 2026

Copy link
Copy Markdown
Member

✨ 주요 변경사항

  • Header 컴포넌트 구현 (로고, 네비게이션, 로그인 버튼)
  • Button 컴포넌트에 size variant 추가
  • Prettier format 범위를 전체 프로젝트로 확장

📝 작업 상세 내용

  • Header 컴포넌트 구현
  • Button size variant 추가
  • Prettier 범위 전체 프로젝트로 확장
  • PR 워크플로우 수정

✅ 체크리스트

  • PR 본문에 Close #번호 추가
  • 불필요한 주석, 디버깅 코드 제거
  • 기능 테스트 및 정상 동작 확인
  • 커밋컨벤션 / 코드컨벤션 준수

📸 스크린샷 (선택)

image

🔍 기타 참고사항

  • 프로필 컴포넌트 머지 후 로그인 상태 헤더 추가 예정
  • 네비게이션 항목 라우팅 연결 예정

🔗 관련 이슈

@github-actions github-actions Bot added the ✨Feature 새로운 기능 label Jan 13, 2026
@KyeongJooni KyeongJooni added ♻️Refactor 코드 개선 ✅Test 테스트 🛠️ Chore 기타 작업 labels Jan 13, 2026
@Leets-Official Leets-Official deleted a comment from github-actions Bot Jan 13, 2026
@Leets-Official Leets-Official deleted a comment from github-actions Bot Jan 13, 2026
@github-actions

Copy link
Copy Markdown

PR 검증 결과

TypeScript: 통과
ESLint: 통과
Prettier: 통과
Test: 통과
Build: 성공
Build Size: 2MB

- CodeQL 정적 분석 워크플로우 추가
- PR 설명 누락 시 코멘트 알림 워크플로우 추가
- 기존 워크플로우에 concurrency 설정 추가
@github-actions

Copy link
Copy Markdown

PR 검증 결과

TypeScript: 통과
ESLint: 통과
Prettier: 통과
Test: 통과
Build: 성공
Build Size: 2MB

@github-actions

Copy link
Copy Markdown

PR 검증 결과

TypeScript: 통과
ESLint: 통과
Prettier: 통과
Test: 통과
Build: 성공
Build Size: 2MB


const { base, rightSection, innerSection, navItem } = headerVariants();

const NAV_ITEMS = [

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

item을 직접 작성하는 방식에 익숙했는데, 이번 코드처럼 nav item을 배열로 분리해서 map으로 렌더링하는게
확장성에서 더 좋은 방법인 것 같습니다!

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

공감하고 갑니다... 👍👍

@YeBeenChoi YeBeenChoi left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

코드가 깔끔한 것 같아요... 👍 고생 많으셨습니다!


const { base, rightSection, innerSection, navItem } = headerVariants();

const NAV_ITEMS = [

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

공감하고 갑니다... 👍👍

@KyeongJooni
KyeongJooni merged commit d530df8 into main Jan 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🛠️ Chore 기타 작업 ✨Feature 새로운 기능 ♻️Refactor 코드 개선 ✅Test 테스트

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] #19 - Header 컴포넌트 제작

3 participants